UART non-standard parameters

Questions on UARTs, and serial communication
Post Reply
YahooArchive
Posts: 1462
Joined: Fri Oct 19, 2012 5:11 am

UART non-standard parameters

Post by YahooArchive »

Hi all,
I would like to use RXD(x) function to receive datas but I need to configure the
serial line options like data size (7/8bits), parity or not, stop bit size
(1/1.5/2)...
Where can I have the (C) source code of this function ?

Thanks.



YahooArchive
Posts: 1462
Joined: Fri Oct 19, 2012 5:11 am

Re: UART non-standard parameters

Post by YahooArchive »

> I would like to use RXD(x) function to receive datas but I need to configure
the serial line options like data size (7/8bits), parity or not, stop bit size
(1/1.5/2)...
> Where can I have the (C) source code of this function ?

Best to allow the Coridium code to initialize the UART, set up interrupts.

Then you can re-program the UART baud/stop/bits setup, refer to the NXP user
manual for that.

Post Reply