DAVE: Debugging issue - Perhaps a Timeout

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

cross mob
User11773
Level 4
Level 4
First like received First solution authored
When debugging a program, I get something like a timeout.
On 2nd debug, it works.
Seems related to code size. Code size about 250k as per arm-none-eabi-size.
Erasing takes about 4 sec
Programming ? about the same. The progress bar gets about 1/2 way across then window disappears.
There is a brief message in the disassembly window.
4078.attach

If I issue a debug again, it all works. I think because the programming from before completed. So on 2nd debug, it compares ok and does its thing stopping at main.
Seems like Dave/Eclipse not waiting long enough for the programming.
Any ideas on what to do?
0 Likes
3 Replies
jferreira
Employee
Employee
10 sign-ins 5 sign-ins First like received
Hi,

Which version of the JLink software are you using?

Regards,
Jesus
0 Likes
User11773
Level 4
Level 4
First like received First solution authored
Hi Jesus,

Whats the best way to tell the version of JLink?
in console : SEGGER J-Link GDB Server V6.62d - Terminal output channel
0 Likes
jferreira
Employee
Employee
10 sign-ins 5 sign-ins First like received
Hi,

Please try updating the JLink Software to the latest version, https://www.segger.com/downloads/jlink/JLink_Windows.exe

Regards,
Jesus
0 Likes