How can a UART communication burn an MCU?
I am using the STM32f4-Discovery board, with the stm32f407vgt6 mcu. I am using it's USART peripherals at pins PB10 and PB11. Upon connecting another device to the USART communication something in the MCU failed, and now the board is not working properly.
The MCU is heating up when I power it up, the leds on the board don't light up.
I have used the other device with the board many time before, but never observed this problem.
I have measured the resistance of the pins relative to the ground and I found out the PB10 pin is shorted to the ground of the board.
Does anyone have an idea what can cause this failure? Or maybe knows where I can find schematics of the mentioned pins(inside the mcu).
Thanks, Alex