This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

cc1310 evhSetupGpioTrigger() interrupt latency

Other Parts Discussed in Thread: CC1310

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