Hi,
I need 32 bit timer-counter with s130 stack. Timer0 is 32 bits, but ble stack uses this timer. So how can i use timer1 or timer2 like 32 bit timer?
Is there any way or methode to use timer1 and/or/with timer2 for 32bit counter operation?
Thanks,
Hi,
I need 32 bit timer-counter with s130 stack. Timer0 is 32 bits, but ble stack uses this timer. So how can i use timer1 or timer2 like 32 bit timer?
Is there any way or methode to use timer1 and/or/with timer2 for 32bit counter operation?
Thanks,
Not directly. You could put one timer into count mode, put a compare register to zero and use a PPI to have the COMPARE event trigger the TASKS_COUNT of the other timer which would effectively give you 32 bits.
Or move to the nRF52 series which has more timers and I believe they are all 32 bit.
Not directly. You could put one timer into count mode, put a compare register to zero and use a PPI to have the COMPARE event trigger the TASKS_COUNT of the other timer which would effectively give you 32 bits.
Or move to the nRF52 series which has more timers and I believe they are all 32 bit.