Tool/software:
Hi I have a question for you.
I am developing with LAUNCHXL-CC1310 and I have a question. I am developing with sensor project of SimpleLink cc13xD SDK -4.20.02.07 and when I look at the example of sensor, I see that in appTaskfxn Task, it sends the sensor value through sensor process and goes into sleep mode and wakes up again when I send the sensor value. But I was wondering, is there any way to send the sensor value once and keep sleeping and wake up when I generate an interrupt?
The method I just tested is to use the PowerCC26XX_standbyPolicy() function to keep it in an infinite loop and exit when an interrupt occurs. The result of this method is that it goes into sleep mode, but when it wakes up, it doesn't wake up normally. The UART also doesn't wake up. Can you tell me how to approach this?
Below is the code I wrote to enter sleep mode via a test.
Translated with DeepL.com (free version)