Other Parts Discussed in Thread: CC1310
Tool/software: TI-RTOS
Hello there,
I have a routine with a clock every 10 seconds that run 2 tasks (TX and RX) in my CC1310. It also uses the adc module. The clock module use two semaphores to control the tasks, so they only run one time every 10 seconds. I used an external battery with 220mW/h capacity and the it only took 2:15 hours to deplete it, indicating a consumption of 26mA. I thought that if both tasks waited for the semaphores, TI-RTOS would enter sleep mode to lower this consumption since I have Task.enableIdleTask = true, butit seems it hasn't. I'd like to know if there is anything tht I have to do to make this owrk properly, or how to force the system to enter sleep or standby mode.
Thank you.
Pedro


