S2-LP How to RX IEEE 802.15.4g packet format?
How do I get the expected payload length from the PHR?
The PHR isn't expected to be available after the SYNC_WORD detected interrupt so either the FIFO_RXAF threshold interrupt or RX_DATA_READY interrupt should indicate data in the RX FIFO and the length should have been saved from the PHR.
Is the PHR length during RX saved to the RX_PCKT_LEN registers (0xa4 & 0xa5) or the PCKTLEN registers (0x31 & 0x32)?
Is RX_DATA_READY interrupt actually generated when the number of bytes received matches length indicated by the PHR?
