I am developing on RAYTAC MDBT50Q-DB board.(nrf52840)
I measured current comsumption on RX mode.
with DCDC: about 8mA
without DCDC: about 11mA
datasheet written,
DCDC RX only run current(DC/DC,3V) 1Mbps/1Mbps BLE 4.6mA
1M RX only run current(LDO,3V) 1Mbps/1Mbps BLE 9.9mA
It'S seem that MDBT50Q-DB board's DCDC current is high.
I execute for enter DCDC,
sd_power_dcdc_mode_set(NRF_POWER_DCDC_ENABLE)
only.
What do I missing?