Unable to use print anything on teraterm using UART
Hey everyone. I am trying to print something on TeraTerm console using USART2. I am using STM32L4R5ZI board for this function. Below is a picture of my .ioc file:

Below is the Code in my while(1) Loop: 
Below is the configuration for USART2 in main.c file and msp_c:


Finally, this is my clock configuration for this project:

My teraterm settings are as follows: 
I am trying to send some data to TeraTerm. However, nothing is being printed out.
Can someone help me out with this issue?

