If I enter this sequence the interrupts don't work until I cycle the power.


target extended-remote localhost:3333
mon halt
load
thbreak main
c

If I enter this sequence they do work

target extended-remote localhost:3333
mon halt
load
mon cortex_m3 maskisr off
thbreak main
c


That is with the svn of December 26th 2008
Shouldn't the program restore the registers to their reset values?

Michel

-- 
Tired of Microsoft's rebootive multitasking?
then it's time to upgrade to Linux.
http://home.comcast.net/~mcatudal

_______________________________________________
Openocd-development mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to