Hello community
I have tested the v3.2.1\zephyr\samples\boards\nordic\system_off example and it works fine on my nrf54l15dk. Now i wanted to use parts of it for my custom board and i found out that the example uses the kernel function
int z_nrf_grtc_wakeup_prepare(uint64_t wake_time_us)
to setup the rtc for waking up the device after a certain amount of time. Is this really ok from user space? I have heart that z_ functions should never be called from an application code!
best regards
Michael