Hi, we made a custom board with nrf52832 and flashed example code experimental_ble_app_proximity from sdk15.
We are trying to change the radio mode to 2Mbits/sec BLE.
While trying to set the values in radio MODE register before ble_stack_init() in main function, the value have been set.
But when I am reading the register value at the end of main(), it is reading default value(1 Mbits/sec nordic proprietary radio mode is set).
And while trying to set the values in radio mode register after ble_stack_init() in main(), fatal error occurs.
Is there any dependency for setting MODE register?
Regards
Hemabas