Other than setting the DCDC_MODE_PIN, what else does the sd_power_dcdc_mode_set() do?
I'm seeing an issue where I have a GPS peripheral on UART that is seeing about 10dB less RSSI when I use the sd_power API.
If I use GPIO to control DCDC_MODE_PIN, I don't see the 10dB loss, and BLE still works.
I cannot explain this behavior at all, but I have a repeatable way to replicate this issue.
Trying to understand what exactly goes on in sd_power_dcdc_mode_set().
I don't see any links to detailed documentation when I search for that function call.
Any help is appreciated.