Hi ,
NRF54L05 how to surpport CONFIG_CLOCK_CONTROL_NRF_K32SRC_RC in bare-metal SDK,and while enable mcuboot OTA DFU feature ,how to modify the configuration?Thanks.
Hi ,
NRF54L05 how to surpport CONFIG_CLOCK_CONTROL_NRF_K32SRC_RC in bare-metal SDK,and while enable mcuboot OTA DFU feature ,how to modify the configuration?Thanks.
Hello,
In the bare metal SDK this is configured through config options, see \nrf-bm\subsys\softdevice_handler\nrf_sdh.c which config options:

Then check the allowed various options in \nrf-bm\subsys\softdevice_handler\kconfig
Regarding DFU please make a new case.
Kenneth
Hello,
In the bare metal SDK this is configured through config options, see \nrf-bm\subsys\softdevice_handler\nrf_sdh.c which config options:

Then check the allowed various options in \nrf-bm\subsys\softdevice_handler\kconfig
Regarding DFU please make a new case.
Kenneth