Search found 1 match

by niyathishenoy
16 May 2019, 16:57
Forum: Nuvoton Cortex-M0/M23 MCU
Topic: NuMaker-PFM-M2351 UART1 Programming
Replies: 3
Views: 12683

NuMaker-PFM-M2351 UART1 Programming

Hi, I am trying to print "hello world" using UART1. Pins used for UART1 are PB.6(Rx) and PB7(Tx).But when i open a terminal to view the output there is nothing printed on the serial terminal. Baud rate used is 115200. I have developed code as follows in main.c: void SYS_Init(void) { /* Enable PLL */...