> 
> 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
> 

I have just looked into this further and cannot reproduce this behaviour.
a reset halt will clear the interrupt mask (C_MASKINTS) - could you provide
more details?

Also if using extended-remote then you would be better using the gdb start
cmd.
It resets the target, and sets a breakpoint at main.

Cheers
Spen

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

Reply via email to