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.

cc2640 UART_write阻塞条件

Other Parts Discussed in Thread: CC2640

cc2640中int UART_write(UART_Handle handle, const void *buffer, size_t size)这个函数在什么条件下会阻塞,导致无法返回。现在遇到的问题是:uart连接了外设,连接外设单独测试的时候串口收发正常,但是放到应用程序中会出现UART_write()阻塞无法返回的情况(外设状态这些肯定没问题),请教一下会有哪些原因导致发送阻塞呢。