Hi,
I have few questions about low power mods of CC3200. I completely understood example "sleep_deepsleep", and even put temperature measurement in that example. It works great, but thing i could not do is to get it work with operating system (TI-RTOS). When the program comes to this line "PRCMDeepSleepEnter();" it skips it. I cannot figure out why.
Second thing is about LPDS in example "idle_profile". I reed the "CC32xx Power Management Framework", but I do not completely understand why do I need middleware and why are there drivers only for UART and SPI? Can I enter and exit LPDS mode just with API of PRCM?
Third thing is also about "idle_profile", when will the chip enter LPDS mode? Is when I set Apps power policy ("lp3p0_setup_power_policy(POWER_POLICY_STANDBY);")? When the interrupt occurs and processor get out off LPDS mode, how long will it stay out of that mode?
Best regards,
Vojisalv Milivojevic