[En-Nut-Discussion] amontec jtagkey and openocd not working

Michael Fischer fischermi at t-online.de
Thu Aug 10 10:41:59 CEST 2006


Hello Martin,

sometime I have problems with my Ethernut3 too.
It will not start after Eclipse has download the code to the board.

I tocated that the last debugger command here was the problem,
remove the "continue". The debugger commands should look like:

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

Regards,

Michael




More information about the En-Nut-Discussion mailing list