Other Parts Discussed in Thread: CC1310, CC1312R
Tool/software: TI-RTOS
Is it possible to transmit a data packet from a interrupt handler?
I'm looking at Contiki TSCH implementation and it looks like TSCH depends on real time timer which commands radio from the interrupt handler.
I would like to know if it is possible to transmit data and wait for its completion by busy wait.
I see scheduleCmd puts the command, but the command never executed while waiting in the interrupt handler with busy loop.
The status is pending state. When is the command actually sent to the radio core for execution?
I see CC1310 used different method of sending command in Contiki implementation.
Thank you.