Skip to main content
Saurav Mishra
Associate
September 8, 2021
Question

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 ?

  • September 8, 2021
  • 2 replies
  • 1134 views

..

This topic has been closed for replies.

2 replies

Technical Moderator
September 17, 2021

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"".ThanksImen"
Tesla DeLorean
Guru
September 17, 2021

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..