Dear DevZone,
I am investigating the possibility to use the sistick hw timer in a nr5 SDK v15.3 project, running on a nrf52840 uC. infocenter.nordicsemi.com/index.jsp
My final goal would be to print a timestamp in a log file. However, the documentation clearly states that the timer resets after 250ms:
This library configures SysTick as a free-running timer. This timer is used to generate delays and pool for timeouts. Only relatively short timeouts are supported. The SysTick works on 64MHz and is 24-bits wide. It means that it overflows around 4 times per second and around 250 ms would be the highest supported time in the library. But it would be really hard to detect if overflow was generated without using interrupts. For safely we would limit the maximum delay range by half.
My question is:
Is there any way to extend this interval to much higher values?
Thank you very much in advance, best regards
Gianluca