Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
Hi Expert,
I try to carry on a experiment using UART to send char/msg to PC serial using LPC1700CMSIS library(from NXP) with sourcery g++ lite, but the msg can't show correctly in the terminal on pc.
The implementation is simple, just call the function UARTPuts/UARTPutChar provided by debug_frmwrk.c.
In my testing, sent msg "Hello world" but get some corrupt charator like "噜噜噜." on pc terminal(9600bps/8-bitdata/1-stopbit/none-parity).
LPC1700CMSIS is downloaded from http://ics.nxp.com/support/documents/microcontrollers/zip/lpc17xx.cmsis.driver.library.zip
Is anybody who has experience on this? Please suggest me. Thanks so much.