Resolved! Problem in transmitting character over UART using STM32L476RG EVB
I am trying to transmit character over USART2 using STM32L476RG EVB. I am getting "NUL" at the debug terminal instead of the transmitted data. please help. Here is the code and debug terminal:Debug Terminal#include <stdint.h> #include"stm32l476xx.h" ...