Hi,
how get precise seconds timestamp whit NCS 1.7.0 and nRF52832?
I need an example.
Best regards
Hi,
how get precise seconds timestamp whit NCS 1.7.0 and nRF52832?
I need an example.
Best regards
Hi
There is a description of how to do that here.
Essentially you can use the k_cycle_get_32() to get an accurate timestamp from Zephyr, and if you divide this number by 32768 you will get he number of seconds passed.
Best regards
Torbjørn