亲们,
大家有没有遇到这样的情况,我用的TI 的CC2540,用DMA发的数据包,连续这样写两包同样的数据,第二包的第一个byte会丢掉,好奇怪的现象啊!
HalUARTWrite(HAL_UART_PORT_0, ble_To_scale_Serial, ble_To_scale_Serial[1]);
HalUARTWrite(HAL_UART_PORT_0, ble_To_scale_Serial, ble_To_scale_Serial[1]);
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.
亲们,
大家有没有遇到这样的情况,我用的TI 的CC2540,用DMA发的数据包,连续这样写两包同样的数据,第二包的第一个byte会丢掉,好奇怪的现象啊!
HalUARTWrite(HAL_UART_PORT_0, ble_To_scale_Serial, ble_To_scale_Serial[1]);
HalUARTWrite(HAL_UART_PORT_0, ble_To_scale_Serial, ble_To_scale_Serial[1]);