Read and send a package characters from UART

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Read and send a package characters from UART

560 Views
CauTran
Contributor I

Currently, I would like to use UART to read a package characters from serial. 

But I don't know how to start. Which function should I choose in MCUXpresso Config Tool? 

I am using MBDT for KV5x, 

Thank so much

0 Kudos
1 Reply

529 Views
nxa11767
NXP Employee
NXP Employee

Hi @CauTran ,

 

You can start from the uart examples from the toolbox. We have three examples in the toolbox: in <toolbox_path>\KVx_Examples\KV5x\uart

nxa11767_0-1638866169730.png

uart_polling example is using the blocking SDK API for sending and receving data, whereas the interrupts and transfer are based on interrupts mechanism(non-blocking). 

Hope this helps,

Alexandra

0 Kudos