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.

The DMA of CC2530/CC2430 is designed badly.

Other Parts Discussed in Thread: Z-STACK

The UART-DMA in z-stack,because there is no DMA-counter that counts how many data has been transmit,the _hal_uart_dma have to set 2-byte transmit.By this way,when Uart Buffer is overflow,the uart-RX will crash.