This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

NRF52832 ble_upp_multirole_lesc example DCDC WORKING ONLY IN DEBUGGING

Hi, I'm working on NRF52832 ble_upp_multirole_lesc example in SDK15.0.0. When I try to activate its DCDC attribute via NRF_POWER->DCDCEN = POWER_DCDCEN_DCDCEN_Enabled or sd_power_dcdc_mode_set()(after ble_stack_init) commands, the program stops working. However, the program works during debugging. My clock source is RC32 kHz,   .rc_ctiv = 16,  .rc_temp_ctiv = 2,  .accuracy  = 1. I couldn't find a solution to this roblem. Could you help me out? Thanks in advance. Best regards.

Related