This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Problem in changing transmitter power setting

We are looking to change tx_power setting to Neg30 dBm and for this we have accessed NRF_RADIO->TXPOWER = (RADIO_TXPOWER_TXPOWER_Neg30dBm << RADIO_TXPOWER_TXPOWER_Pos);

When we put this code in BLE project, this line of code gets hang. Please let us know how to fix this issue.

Related