2007-12-21 01:35 AM
Debugging in stop mode
2011-05-17 03:20 AM
Hi,
I'm trying to debug an application in stop mode but the JTAG debugger disconnects. Is it possible to let the JTAG device active when entering in stop mode ? Thanks in advance ! EG2011-05-17 03:20 AM
Hi eguerard
You can refer to The STM32 Reference Manual on web and then go to section 25.15.3 Debug MCU configuration register, where you can enable DBG_STOP: to be able to Debug while you are in Stop Mode with STM32. Hope this is helps you :) Stone-32.2011-05-17 03:20 AM
Hi STOne-32,
Thanks for the tips !! Just to tell you that the information is in the reference manual in the section 20.15.3 and not 25.15.3 Salutations! EG