Hello,
I am using ble_app_uart_c example for my nRF52832 based central application. I would like to modify Tx Power and MODE of my device.
As per datasheet, I should write into TXPOWER register having address offset 0x5C and MODE register having address offset 0x510.
Please tell how to write into these registers in a program. What are the default values of these register in ble_app_uart_c example?
nRF SDK I am using - nRF5_SDK_12.2.0_f012efa
SoftDevice - S132
IC - nRF52832 SoC
Someone please help me in this regard.
Thank you in advance.