I'm working on the nRF5340 Audio DK board from the nrf5340_audio example project in sdk 2.3 and I'd like to test the different Bluetooth data rates of the nRF5340 SoC present on this board.
In the documentation, I was able to locate a register, MODE 0x510, of the Radio device, 0X41008000, grouping together the different BLE data rates: 2 Mbps, 1 Mbps, 500 kbps, 125 kbps.
However, I don't know how I can access it to modify this value and set the bit rate of my choice.
Does anyone know how to do this please?
Sincerely