Part Number:CC2640R2F
Tool/software: TI-RTOS
Hi,I am trying to making a strategy using TIRTOS power management.Now I am confused.I don't know when the system go to standby mode.
I have seen the pinstandby example.It uses the API of sleep(),which means the system goes to standbymode using sleep() ?
Besides,if no task is running,the system will run in the idle loop,going standby mode?
Can you tell me how to manually control the system power mode?
I just want to make the system go to standby mode Periodically when no RF singnal is received and monitoring RF singnal Periodically .
Can you give some advice?