My STM 32 debugger is showing result on keil microvision but after removing debug it is not getting connected via STM32 cube programmer, how to resolve ?
My STM 32 debugger is showing result on keil microvision but after removing debug it is not getting connected via STM32 cube programmer, how to resolve ?
Lacking a lot of detail about how or what is connected.
Connect Under Reset will however require you to have connected NRST on the debug interface.
Device will be hard to connect if pins are reconfigured, or you put the device into a low power mode which turns off the electronics attached to the pin. Think WFI loops.
Pulling BOOT0 High will stop your code from running.
Designs should pull BOOT0 Low to insure user code is run normally on a board.
Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..