Other Parts Discussed in Thread: CC2541
Hello,
I have a question about putting a CC2541 to sleep. I haven't attempted anything yet. I'm planning to not to use osal power manager. Instead I'll be modifying the registers directly to put the device to sleep and wake up when an IO interrupt is triggered. But I'm assuming that I have to wake up periodically to let various BLE tasks to be processed. Am I right? So whats the best way of doing this. I've heard of the sleep timer. I guess I have to wake up periodically in such a way that I won't miss the BLE events.