Hi
I'd like to receive a serial data stream with the Sensor Controller of the cc1310. I get an interrupt at the start of the stream (yellow). Inside the Event Handler Code I set an output (blue) the measure the interrupt latency.
As long as I prevent the MCU from standby (Power_setConstraint(PowerCC26XX_SB_DISALLOW);) everything looks OK.
I have a latency of 2.22us.
If a allow the MCU to go standby the latency increaes massiv.
Now I have a latency of 426us.
Why does the sensor controller need so long to wake up? How could I get a low latency without using a lot of power?
Regards
Armin


