Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.

Commit 93996c3

Browse files
committed
add arch mix bootloader for jflash
1 parent 003c8c7 commit 93996c3

File tree

2 files changed

+4377
-0
lines changed

2 files changed

+4377
-0
lines changed
Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
1+
AppVersion = 65401
2+
FileVersion = 2
3+
[GENERAL]
4+
ConnectMode = 0
5+
CurrentFile = "G:\Seeed\desktop\ArduinoCore-imxrt\extras\JLink-flash\Arch-Mix\arch_mix_test_code_qspi_20190218.hex"
6+
DataFileSAddr = 0x00000000
7+
GUIMode = 0
8+
HostName = ""
9+
TargetIF = 1
10+
USBPort = 0
11+
USBSerialNo = 0x00000000
12+
[JTAG]
13+
IRLen = 0
14+
MultipleTargets = 0
15+
NumDevices = 0
16+
Speed0 = 4000
17+
Speed1 = 4000
18+
TAP_Number = 0
19+
UseAdaptive0 = 0
20+
UseAdaptive1 = 0
21+
UseMaxSpeed0 = 0
22+
UseMaxSpeed1 = 0
23+
[CPU]
24+
NumInitSteps = 1
25+
InitStep0_Action = "Reset"
26+
InitStep0_Value0 = 0x00000000
27+
InitStep0_Value1 = 0x00000000
28+
InitStep0_Comment = "Reset and halt target"
29+
NumExitSteps = 0
30+
UseScriptFile = 0
31+
ScriptFile = ""
32+
UseRAM = 1
33+
RAMAddr = 0x20000000
34+
RAMSize = 0x00080000
35+
CheckCoreID = 0
36+
CoreID = 0x3BA00477
37+
CoreIDMask = 0x0F000FFF
38+
UseAutoSpeed = 0x00000001
39+
ClockSpeed = 0x00000000
40+
EndianMode = 0
41+
ChipName = "ARM7"
42+
[FLASH]
43+
AutoDetect = 1
44+
BankName = "HyperFlash"
45+
BaseAddr = 0x60000000
46+
NumBanks = 1
47+
OrgNumBits = 16
48+
OrgNumChips = 1
49+
[PRODUCTION]
50+
AutoPerformsErase = 1
51+
AutoPerformsProgram = 1
52+
AutoPerformsSecure = 0
53+
AutoPerformsStartApp = 0
54+
AutoPerformsUnsecure = 0
55+
AutoPerformsVerify = 1
56+
EnableFixedVTref = 0
57+
EnableTargetPower = 0
58+
EraseType = 1
59+
FixedVTref = 0x00000CE4
60+
MonitorVTref = 0
61+
MonitorVTrefMax = 0x0000157C
62+
MonitorVTrefMin = 0x000003E8
63+
OverrideTimeouts = 0
64+
ProgramSN = 0
65+
SerialFile = ""
66+
SNAddr = 0x00000000
67+
SNInc = 0x00000001
68+
SNLen = 0x00000004
69+
SNListFile = ""
70+
SNValue = 0x00000001
71+
StartAppType = 0
72+
TargetPowerDelay = 0x00000014
73+
TimeoutErase = 0x00003A98
74+
TimeoutProgram = 0x00002710
75+
TimeoutVerify = 0x00002710
76+
VerifyType = 1
77+
[PERFORMANCE]
78+
DisableSkipBlankDataOnProgram = 0x00000000
79+
PerfromBlankCheckPriorEraseChip = 0x00000001
80+
PerfromBlankCheckPriorEraseSelectedSectors = 0x00000001

0 commit comments

Comments
 (0)