Other Parts Discussed in Thread: CODECOMPOSER
Tool/software: TI-RTOS
Hello
I have CC1310 LaunchPad, I use CodeComposer Studio and TI-RTOS 2.16.01.14.
I start from rfPacketTx example and my goal is simple - by button press or by clock wake-up chip, sniff appropriate radio band, send one packet, wait for answer for cca 500ms and shutdow the chip. Everything works fine except shutdown the chip.
After reading many forum posts I want to rely on TI-RTOS on power-management and I do not use commands like "Power_shutdown" etc. My code uses tasks and is control by semaphores. But during "inactivity" period ("waiting" on semaphore) chip is not in power-down mode (I measured the current consumption) and I do not know why. Chip is not in receive mode (checking by Rf core signalling mapping here)
How do I find out WHY is chip not in power-down mode / which task is active? Debugging did not reveal anything.
Note: when I use "pinShutdown" example everything works well - current consumption is very very small.
Thank you for any tips.