cancel
Showing results for 
Search instead for 
Did you mean: 

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 ?

Saurav Mishra
Associate
 
2 REPLIES 2
Imen.D
ST Employee

Hello @Saurav Mishra​ and welcome to the Community 🙂

Update ST-link firmware to latest one.​

Check the cables and your USB connector.

Check also the jumper settings and pinout config following the user manual.

Try to connect "under reset" mode, then please keep me informed about your result.

Let me know if my answer has been useful to you.

Imen

When your question is answered, please close this topic by clicking "Accept as Solution".
Thanks
Imen

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 Venmo
Up vote any posts that you find helpful, it shows what's working..