User Activity

In my customised board i am transmit "Hello World " via default arduino pins PA10=D0(Rx) and PA9=D1(Tx) named as USART1 using FTDI232 (USB to serial UART interface) and showing the trasmit data in the serial monitor properly. In my code i have writ...