Hello!
I am developing with mbed. According to nRFgo Studio, the hex file generated by the mbed compiler already contains the following SoftDevice: S132_nRF52_2.0.0 (Id: 0x0081) Since a certain BT 4.2 feature (data length extension) is needed by my app, I will have to change the SoftDevice to v3.1.0.
In nRFgo Studio, there are sections "Program SoftDevice" and "Program Application". I tried downloading s132_nrf52_3.1.0_softdevice.hex and programming it to my device with "Program SoftDevice" without success.
Can the SD in the mbed generated hex file changed with nRFgo Studio or with any other tool?
Any answer is appreciated!
P.