Hi
i want to generate security key with the combination of time and private key.can i acheive it in NRF..mainly in NRF52833?
i have a ref code in this repo.. here can i implement this library in nrf(vs code)
Hi
i want to generate security key with the combination of time and private key.can i acheive it in NRF..mainly in NRF52833?
i have a ref code in this repo.. here can i implement this library in nrf(vs code)
You can access the real-time counter with Zephyr kernel API, such as k_uptime_get() or k_uptime_get_32().