This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Timer0, Timer2 value = ?

Dear Members,

NRF_LIBUARTE_ASYNC_DEFINE(libuarte, 0, 0, 0, NRF_LIBUARTE_PERIPHERAL_NOT_USED, 255, 3);
NRF_LIBUARTE_ASYNC_DEFINE(libuarte1, 1, 2, 2, NRF_LIBUARTE_PERIPHERAL_NOT_USED, 255, 3);

as define on NRF_LIBUARTE_ASYNC_DEFINE(_name, _uarte_idx, _timer0_idx,\
                                  _rtc1_idx, _timer1_idx,\
                                  _rx_buf_size, _rx_buf_cnt)

I used timer0 and RTC0 for UART0 and

RTC2,timer2 on UART1

How can I now the value of timer0,RTC0 and RTC2,Timer2 ?

is it 100mS each ?

Thanks

Parents Reply Children
No Data
Related