Other Parts Discussed in Thread: CC2530
调用HalUARTWrite()一次应该不能超过MT_UART_TX_BUFF_MAX的数据量,试过连续多次调用HalUARTWrite()或者在每个调用之后再加上一段Onboard_wait()都不行,会丢失数据,想通过Hal_UART_TxBufLen()检查前一次发送结束但CC2530不支持(This function is supported only by MSP platforms. )。有无其它办法?
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.
Other Parts Discussed in Thread: CC2530
调用HalUARTWrite()一次应该不能超过MT_UART_TX_BUFF_MAX的数据量,试过连续多次调用HalUARTWrite()或者在每个调用之后再加上一段Onboard_wait()都不行,会丢失数据,想通过Hal_UART_TxBufLen()检查前一次发送结束但CC2530不支持(This function is supported only by MSP platforms. )。有无其它办法?