Hi,
I am working on a project with nRF24L01P. Recently I was trying to make nRF24L01P to transmit packet continuously and i have configure the chip in no_ack, TX and shockburst mode after chip powers on .RF data rate is 1 Mbps and the W_TX_PL_NO_ACK command is used for writing data into tx fifo.How I can know that nRF24L01P does work as I desired.
My current code flow is writing data into tx fifo first, shifting CE,querying TX_FULL bit in the STATUS register, if it is low,the MCU will write identical data into tx fifo until quantity of the packet equals up-limit I specified. All previous action described in code flow is done in a while loop. There is a oscilloscope by hand and I have tested the VDD_PA signal using it. It is shown that the signal VDD_PA has obviously a 360-us period.Is that right ?