I would appreciate your feedback on the 802.15.4 CCA implementation on NRF52840.
1. Is it possible to perform CCA without disrupting the RF reception?
2. If it is possible, I need to invoke NRF_RADIO_TASK_CCASTART on "RX" state. I assume I can use NRF_RADIO_SHORT_CCAIDLE_STOP_MASK to transition from RX to RXIDLE.
But can I combine NRF_RADIO_SHORT_CCAIDLE_TXEN_MASK to automatically transition from RX_IDLE to TX_IDLE?
3. I know I can instead handle CCAIDLE from IRQ handler but I am wondering if it can be more automated?
Thanks
Q