Flashing without DAVE

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Not applicable
I need to flash new binary code in my XMC4500 Hexagon kit without DAVE.
Is there a way to use J-Link Lite with Infineon Memtool software?
0 Likes
4 Replies
User5327
Level 4
Level 4
I have same problem,
Can I somehow flash my hex file into relax kit without Dave or with Dave but without building actual program?
0 Likes
Not applicable
I have JFlash from Segger. Their technology is used for the JTAG board and breakpoints inside of Eclipse/Dave/Tasking framework.

With JFlash, it is really simple: Open JFLASH. Open Project->xmc4500. Then open your DAVE project folder/debug/.hex Press F7 (Auto).

Segger JLink is available with unlimited flash breakpoints - important for serious debugging. I have been using Segger for 8 years - they keep improving the product.
0 Likes
Not applicable
Hi sitael,

Infineon Memtool uses DAS server for the connection, hence, it is not possible to use J-Link to connect to the device.
To connect Memtool with XMC4500 Hexagon board, you can connect via infineon miniWiggler.
0 Likes
User6412
Level 4
Level 4
I use the Bootstraploader (BSL) and flash the hex-file with "Memtool" from PC UART (Baudrate 57600).
0 Likes