Tool/software: TI-RTOS
Hi all,
Me and my team are working on a project with cc3200 on ccs. We are using TI-RTOS.
One of the project requirements is low power.
At the moment we are waking up from LPDS on constant intervals. It could be a lot easier if we could read from the RTOS when is the next event (for example: in 1000 ticks there is a mutex timeout), we could set the RTC alarm to wake the controller from LPDS in 1000 ms. To use that we also need an update_tick function which tells the RTOS that 1000 ticks has past and it is time for the event.
Is there anything we can do?
Itay.