It's not documented anywhere but are there any concerns with using timers for certain functions that would affect or conflict with the lower layers of the BLE stack and Radio?
Timer0 for our software timers and Timer2 for our LED PWM drivers. It's unknown the HW resources the kernel timer uses and we are worried about conflicts.
Hi Allen,
Timer0 and Timer2 can be used by the application, the kernel uses his own timer.
蓝牙Support Team.