Part Number: CC1310
Hello,
I have a latency of 10 ms.
From the point I have the interrupt to the point the handler set gpio high.
In the documentation the times is less than 1 ms.
What am I missing?
Thanks,
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.
Part Number: CC1310
Hello,
I have a latency of 10 ms.
From the point I have the interrupt to the point the handler set gpio high.
In the documentation the times is less than 1 ms.
What am I missing?
Thanks,
Thanks for the fast response.
I'm using this example:
In the Task iteration action sequence I have only:
Run Event Handler A Code (trigger 0)
initialization code:
evhSetupGpioTrigger(0,7, 1, EVH_GPIO_TRIG_ON_EDGE); // wait for positive wake //edge
Execution:
//empty
Event Handler code:
gpioSetOutput(8);
gpioSetOutput(9);
Termination code:
evhCancelTrigger(0);
I also tried the spi accelerometer example (remove the spi code) the result was also 10 ms.
Do you have an example project that I can load and test?
Are you testing the latency in Task Testing mode in Sensor Controller Studio?
That will not work. Task Testing emulates Sensor Controller operations through jtag, and hence will not be realistic on actual real time timings and latency. You will need to use Run-Time Logging in order to achieve true real-time operations within Sensor Controller Studio.
Please refer to the Run-Time Logging task resource documentation, or the following SLA on how to use use RTL: http://dev.ti.com/tirex/explore/node?node=AIdG1E8mGWFmQcmU00zEOw__pTTHBmu__LATEST