I am having difficulties setting up the CC1310 RF core for continuous RX of packet data. This is for implementing a PER test for measuring receiver sensitivity. I am trying to command the RF Core of the CC1310 to receive N packets. Ideally, an interrupt would be fired when this is complete. I have the RX working in general. I am having three issues.
1. How can the RF core CMD_PROP_RX command be configured to continuously receive packets.
2. How do I set up an interrupt based on the count of received packets. Is this possible?
3. The RX Buffer full count in the RX statistics is increasing (and the RX_BUF_FULL IRQ fires) when the RX buffer called out in the data entry is 255 bytes, and the packet data received is only 100 bytes. I check the data entry buffer and only the first 101 bytes (1 extra for the length) are changed.
Thanks,
Bill