Hi,
I'm developing a serialization system with nRF52832 and an application chip. My product is a power-sensitive.
The code of ble_connectivity in nRF5 SDK 17 calls nrf_drv_clock_init and nrf_drv_clock_hfclk_request.
1. Is it no problem for removing these calls? I want to know why the ble_connectivity sample code calls nrf_drv_clock_init and nrf_drv_clock_hfclk_request, even though some other sample applications do not call them.
2. Does nRF52832 automatically turn HFCLK on/off when RADIO event? When advertising, is HFCLK turned on at the advertising RF signal sending, and off until next RF signal transmission for reducing the current?