Other Parts Discussed in Thread: CC2541
Hi,
I'm working with CC2541 quite a while and noticed some strange behaviour which by idea shouldn't happen. I activate debug LED with HAL_SLEEP_DEBUG_LED to watch when uC is sleeping and when is active. So, I removed all application tasks, only basic stack remains and connected to device with CI = 1 sec. So, by Idea uC should wake up one time in 1 second, do some ble stack tasks and go to sleep again. You can observe by looking how LED blinks 1 time in 1 sec. But that never happens, blinking is more erratic, it wakes up more then it should. I assume that ble stack tasks are just not synchronized. So how to sync them if it possible?