Re: [Openocd-development] Wait-For-Interrupt instruction on STM32

2011-05-03 Thread Spencer Oliver
On 02/05/2011 02:33, Evan Hunter wrote: Hi, I have an issue regarding the WFI instruction on a STM32. On the STM32, a particular bit must be set in order to maintain debug access during sleep (WFI). Imagine for a second a useless program where the first instruction is a WFI. Currently I’m

[Openocd-development] Wait-For-Interrupt instruction on STM32

2011-05-01 Thread Evan Hunter
Hi, I have an issue regarding the WFI instruction on a STM32. On the STM32, a particular bit must be set in order to maintain debug access during sleep (WFI). Imagine for a second a useless program where the first instruction is a WFI. Currently I'm finding that OpenOCD cannot handle such a