Hi everyone,
I'm working with a TM4C129XNCZAD launchpad and every time I try to get a char from the serial communication, I receive the number 1280 and than the function UARTRxErrorGet(UART3_BASE) returns the error code 5 (framing error + break condition).
Even if I reset the error with UARTRxErrorClear(UART3_BASE) the communication seems to be stuck and doesn't receive anything.
My UART settings are:
- 19200bps
- 8 data bits
- 1 stop bit
- no parity
And the system clock is:
ui32SysClock = SysCtlClockFreqSet (( SYSCTL_XTAL_25MHZ |
SYSCTL_OSC_MAIN | SYSCTL_USE_PLL |
SYSCTL_CFG_VCO_480), 120000000);
Any help is appreciated.
Thank you
--
Mauro