8 years, 3 months ago.

BLE and Timers

I would like to have a Ticker run at a higher priority than BLE but can't seem to find the right information on the Nano HAL. mBed Timer docs mention that all Ticker's run on Timer3, but Nano only has Timer0,1 or 2.

I've tried setting Timer 0 to higher priority but without affect (shot in the dark) and can't seem to find the implementation of Ticker in the Nano code tree.

Can anyone point to the Timer that Ticker is using on the Nano and how the BLE is scheduled?

Thanks in advance!

Question relating to:

BLE Nano is the smallest Bluetooth 4.1 Low Energy (BLE) development board in the market. The core is Nordic nRF51822 (an ARM Cortex-M0 SoC plus BLE capability) running at 16MHz …
Be the first to answer this question.