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
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
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