In MCU STM32F103RETxLQFP64, UART program stop system
To,
Sir or Madam
I am making a embedded system with MCU STM32F103RETxLQFP64. In this MCU pin PC10 and PC11 is multipurpose pin. I use it for UART.
In project, PC10 and PC11 is used as GPIOs. I change functionality of pin. I used pin PC10 for UART4_TX and pin PC11 for UART4_RX. In cubeMX, I change functionality of pin and enable interrupt for reception. I generate code from cubeMX. In program I found UART4 initialization, transmission and reception function. I wrote program for UART communication.
System do not start after change of PC10 and PC11 functionality. On power on of system, program flow do not go to main() function.
Please give guidance to implement UART4 in this MCU.
