Hi everyone.
I use SDK v1.1.1 QANI example on DWM3001CDK board.
This example use softdevice S113 v7.2.0. The newest version of S113 on Nordic is v7.3.0.
So I tried to upgrade s113 from v7.2.0 to v7.3.0.
I download S113 v7.3.0 from Nordic. Then use arm-none-eabi-objcopy to convert s113_nrf52_7.3.0_softdevice.hex to bin file, then use xxd tool to convert the bin file to c file.
Then I create the s113 7.3.0 c file in SDK and copy the array from the previous c file to this new c file as below:
Then, modify the cmake file, change the 7.2.0 file to 7.3.0 file as below:
Finally, I delete all s113 v7.2.0 header files and add v7.3.0 header files in nordic sdk as below:
After these steps, build and flash to dwm3001cdk, the program doesn’t run, no log on RTT viewer.
I recover s113 to v7.2.0, build and flash, it’s ok.
So, please help me solve this problem, make the upgrade success. Thank you.



