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.

cc2530上跑zstack mesh1.0.0,终端节点进入低功耗唤醒后无法通过串口发送数据?

如题,debug发现异常情况,该如何处理?

#if !defined HAL_UART_DMA_RX_MAX
#define HAL_UART_DMA_RX_MAX 256
#endif
#if !defined HAL_UART_DMA_TX_MAX
#define HAL_UART_DMA_TX_MAX HAL_UART_DMA_RX_MAX
#endif