I am trying to get the maximum Tx power from the nRF5340 PDK.
The nRF5340 specifications say that setting VREGRADIO.VREQH is required to get the last +3dBm of transmit power. I am calling nrf_vreqctrl_radio_high_voltage_set(NRF_VREQCTRL_NS, true) in the radio_test network binary to request a shift in power, but I didn't see any change in power output. I am powering the dev kit via J2, and switching “nRF Power Select” to VDD (the default setting on my board) but this doesn’t seem to enable VDDH.
How should the PDK be powered to run in high-voltage mode?
Thanks!