Hello,
I am using nRF52840 DK, and SDK version 17.1.0.
I want to dynamically control CLOCK source.
I tried to release( STOP ) HFCLK( XTAL ) source using nrf_drv_clock_hfclk_release() function after I first started HFCLK source, but it seems not to be working properly. ( HFCLK NOT STOPPED after using this function. )
Is it possible to dynamically STOP HFCLK( XTAL ) source while the board is on and connected to another board by BLE ?
Thanks.
Shossy