On JLink 4.82 64bit Linux version, I am unable to flash program my xmc4500-1024 (jlink-lite on Infineon XMC Relax board).
Version 4.82 (fail):
Version 4.80e (success):
Something odd on both versions has to do with scripting (I just was curious, so I tried):
Display All
Version 4.82 (fail):
Version 4.80e (success):
Source Code
- J-Link>loadbin test.bin 0x8000000
- Loading binary file... [test.bin]
- Writing bin data into target memory @ 0x08000000.
- Info: J-Link: Flash download: Flash programming performed for 1 range (16384 bytes)
- Info: J-Link: Flash download: Total time needed: 1.142s (Prepare: 0.614s, Compare: 0.037s, Erase: 0.418s, Program: 0.013s, Verify: 0.004s, Restore: 0.054s)
- J-Link>
Something odd on both versions has to do with scripting (I just was curious, so I tried):
Source Code
- $ JLinkExe /opt/SEGGER/JLink/Samples/JLink/Scripts/XMC4500.JLinkScript
- SEGGER J-Link Commander V4.80e ('?' for help)
- Compiled Jan 31 2014 18:14:07
- Script file read successfully.
- DLL version V4.80e, compiled Jan 31 2014 18:14:04
- Firmware: J-Link Lite-XMC4000 Rev.1 compiled Dec 7 2012 19:23:07
- Hardware: V1.00
- S/N: 55100XXXX
- VTarget = 3.300V
- Info: Could not measure total IR len. TDO is constant high.
- Info: TotalIRLen = ?, IRPrint = 0x..000000000000000000000000
- No devices found on JTAG chain. Trying to find device on SWD.
- Info: Found SWD-DP with ID 0x2BA01477
- Info: Found Cortex-M4 r0p1, Little endian.
- Info: FPUnit: 6 code (BP) slots and 2 literal slots
- Info: TPIU fitted.
- Info: ETM fitted.
- Cortex-M4 identified.
- Target interface speed: 100 kHz
- Processing script file...
- Unknown command. '?' for help.
- Unknown command. '?' for help.
- Unknown command. '?' for help.
- ...
The post was edited 1 time, last by soenke ().