Hi,
NRF52805 custom board.
I want to preserve HF clock state in my code (adding custom function to the bootloader) but found datasheet a bit confusing.
My simple question is - when HFCLKSTAT == 0, is HFINT running or not?
And if it is only running when bit 16 (CLOCK_HFCLKSTAT_STATE_Msk) is on, how can I restore HF clocks to this particular state?
There is no TASKS_HFINTSTART available...
Thanks.