I have implemented a mechanism where RF will be in PWD Mode for 1.5s and 250ms in EWOR mode.
I also have a requirement where I have to work with 30byte preamble and 8byte preamble.
With 30byte preamble configured with the TI provided EVENT0 timing... I am able to receive packets and respond to them.
But when I switch to 8byte preamble (and change the EVENT0 timing) , I am not getting the RF reception interrupt (GPIO0 is configured as RXFIFO_THR_PKT), as expected and because of that, I am unable to receive all packets and respond.
Its affecting the range also.. with 30byte I am able to get a range of 1km but with 8byte 100m max.
Can you please help me debug this issue?