User Activity

I am using an STM32F429VGT6 with SWD debugger, and OpenOCD software 0.10.0.I am trying to dump the contents of the flash memory at 0x08000000 through debugger.If I don't use any WFE/WFI in my code, this works fine.If I put a WFE at the beginning of t...
I am using an STM32F429VGT6 with SWD debugger, and OpenOCD software 0.10.0.I am trying to dump the contents of the flash memory at 0x08000000.If I don't use any WFE/WFI in my code, this works fine. If I put a WFE at the beginning of the code, before ...