This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

LAUNCHXL-CC1310: 串口中断接收问题

Part Number: LAUNCHXL-CC1310

环境:nortos,sdk:simplelink_cc13x0_sdk_4_20_00_05

目前想要达到的效果就是,串口接收到得数据为不定长;

但是参考官方给出来的例程接收是定长的,而且需要在回调函数中调用UART_read才可以继续进入回调函数接收;

问题1:如何实现串口接收数据不定长?官方有提供接收吗?

问题2:串口回调函数必须调用UART_read才可以进入?