hi
board : nrf52840 custom board
sdk : nrf connect sdk v2.6.1
example: matter light bulb
problem:
After the code is burned in, the system not working, I have modified and added the following config in the prj.conf file
//added CONFIG_CLOCK_CONTROL_NRF_K32SRC_RC=y CONFIG_CLOCK_CONTROL_NRF_K32SRC_XTAL=n CONFIG_BOARD_ENABLE_DCDC=n //modify CONFIG_DK_LIBRARY=n
What settings do I need to modify to run the matter blub sample on the custom board?