C47D/nRF24_Component

SCB version send "garbage" data on nRF_Start function.

C47D opened this issue · 1 comments

C47D commented

The component based on SCB blocks send "garbage" data when calling the nRF_Start funtion, it may be caused by a TX-FIFO problem because the bytes to send arrive late and the /SS line goes high between data transfers.
Below is a capture with data beign sent with the component based on SCB.
nrf_scb

Below is the same data beign sent using the component based on UDB.
nrf_udb

When fixed they must be the same.

C47D commented

Fixed in d0e445c , had to disable the /SS lines embedded on the SCB block and control a external pin instead.
nrf_scb_nuevo