I am trying to create a TDMA based network with the nRF24LU1+. I understand that nRF51 and nRF52 have the ability to trigger the transmission of a radio packet upon timer event using GPIOTE, but this does not exist on the nRF24LU1+. Because of this, I am looking at using a timer interrupt to generate a high pulse on the rfce bit in the RFCON register (SFR 0x90 bit 0).
What is the interrupt latency on the embedded 8051 in the nRF24LU1+? How is it bounded? I can set the timer interrupt to a high priority but this is only part of the picture in implementing a stable TDMA system without GPIOTE.