Hi
Is the DCDC enabled or disabled by default when using the DTM example in SDK v15.0.0? We can't find any reference to it so we assume it is disabled, but just wanted to confirm.
Thanks
Youssif
Hi
Is the DCDC enabled or disabled by default when using the DTM example in SDK v15.0.0? We can't find any reference to it so we assume it is disabled, but just wanted to confirm.
Thanks
Youssif
I don't think DCDC settings have never been part of the bsp and since DTM doesn't use a soft device no you won't see settings for it.
The default will always be LDO unless you specify otherwise.
You can turn the DCDC on or off with the power register:
NRF_POWER->DCDCEN = 1;