Part Number:CC2640R2F
Tool/software:TI-RTOS
I want to use Sensor Controller to put main cpu standby and then wakeup by using button. I worked with sensor controller for a while and its working.(without trying sleep and wakeup)
Now I want to use sensor controller for my main purpose. I examined Standby enter and exit sequence that is mentioned in power management document and I found function "int_fast16_t Power_sleep(uint_fast16_t sleepState)" in POWERCC26XX.c to sleep and wakeup sequences. I understand that both of sequence is implemented in this function.
When I call this function, main cpu is going to sleep state but I dont know how can I exit maincpu from standby. I assumed that sensor controller alert signal wakeup main cpu without any other effort but it couldnot.
If you have any suggestion I would very appreciate.
Thanks.