Skip to main content
SGonz.2
Associate III
June 14, 2022
Question

STM32F407VET6 heats up

  • June 14, 2022
  • 2 replies
  • 1542 views

Hello!

Yesterday I was using somesensor with the STM32, and today I realized that the STM32 and the voltage regulator heats up. Also my two alternative STlink connects and disconnects from the USB.

I uploaded an empty project, but it still the same. USB connection is also inestable. What can be the cause of this? Yesterday I didn't have this problems.

This topic has been closed for replies.

2 replies

Tesla DeLorean
Guru
June 14, 2022

>>What can be the cause of this?

Something got electrically damaged.

Finger burning hot would suggest an internal short.

Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..
SGonz.2
SGonz.2Author
Associate III
June 14, 2022

Well, the most recent change I made was connect a common ground and set up a pull-up resistor in UART Rx with:

GPIOA->PUPDR |= GPIO_PUPDR_PU << (2 * 10);

Can this pull-up resistor make my STM32 finger hot?