OpenOCD, Ethernut3 and Eclipse

Hello,

sometimes Eclipse hat a problem after downloading

the source to the Ethernut3. I found that the problem

was my last debugger command “continue”.

Now I have removed it, and it woks better. The debugger commands

looks now:

target remote localhost:3333

monitor reset

monitor sleep 500

monitor poll

monitor soft_reset_halt

monitor arm7_9 sw_bkpts enable

monitor mww 0xFFE00000 0x1000213D

monitor mww 0xFFE00004 0x20003E3D

monitor mww 0xFFE00020 0x00000001

monitor mdw 0xFFE00000 1

monitor mdw 0xFFE00004 1

break NutAppMain

load

Best regards,

Michael

hello michael,

i´ve tested this too with insight, but it doesn´t solve my problems.

even if i add continue i can debug for a little while.

i´ve send the debug outputs from openocd to dominic - hope he founds a solution

martin