Short circuit on STM32F051 after programming
Hello everybody,
I'm a newbie on ST processors although I have a deep experience on several other MCU (Microchip on top).
I'm using an STM32F051K8T6 with minimal connection (VCC,GND,NRST,SWDIO,SWCLK and a Led) to start developing a porting from an existing Microchip firmware that I wrote. The final board will use the STM32F051K8U6 (so the same MCU with a different package) but for an easier soldering I chose the T version (LQFP package).
The problem that I'm facing is that when I program the MCU (with a firmware that simply blinks the led) the MCU goes in short circuit (I read 3 ohms between pin 1 (VDD) and 32 (VSS) ) and there is no way to recover the situation.
I have already 3 MCU "bricked".
In my experience there is no way to short circuit permanently an MCU just by firmware, even if the firmware is compiled for another package (that in my particular case has an IO pin where I have the GND connection).
I'm missing something important? Now I ordered some other MCUs to test a new project compiled for the exact chip type, but in the meantime I would like to know if there is an explanation for this behavior.
Thank you!
