Hi all,
I'm trying to turn on the increased voltage for the +3 dBm transmit power. I understand that to do that, I need to set the VREQCTRL register, or associated bit in a register.
I'm using nRF Connect 1.7.1 with VS Code 1.71.2 (Windows 10) and developing for the nRF5340.
I've seen several posts about doing this on DevZone, and really my question is not so much about the VREQCTRL register itself as much as how to get the pointer required to set it. This doesn't seem to be really addressed on the posts I've seen.
I think I need to call this function: nrf_vreqctrl_radio_high_voltage_set(NRF_VREQCTRL_Type *p_reg, bool enable), where the first argument is a pointer to the structure of the register. What is the best way to get or create that pointer?
Scott
