I am using the nRF52840 with the SoftDevice disabled to run a proprietary RF protocol. For much of the time, I have the radio in continuous receive mode by making use of the END-START shortcut. I update the PACKETPTR each time I receive the ADDRESS event so as not to overwrite packets. For each packet received, I would like to record the CRC status.
After the first packet is received (END event), the CRCSTATUS register is updated. Does the CRCSTATUS register remain valid for the first packet even after receiving the ADDRESS event for the second packet?
Asked another way, is the CRCSTATUS register only changed when an END event occurs or is the register changed at other times?
Thanks!