Hi,
I am using nRF52832 and I need to create a timer interrupt handler, which can trigger at 417us (microsecond). I am using Segger Embedded studio. Please, can anyone help me?
Thanks in advance,
Cristo B
Hi,
I am using nRF52832 and I need to create a timer interrupt handler, which can trigger at 417us (microsecond). I am using Segger Embedded studio. Please, can anyone help me?
Thanks in advance,
Cristo B
Have you tried to use the nrf_drv_timer_us_to_ticks() function instead of the nrf_drv_timer_ms_to_ticks() function?