I’m creating a project for the nRF52840 and need to convert the softdevice hex file to an object form .o so I can add it the project. I’ve seen the example using convertsoftdevice.bat but unfortunately I don’t have this bat file. What is the format of the conversion to add it to the project linker?
VisualGDB normally does this automatically. Simply ensure that the softdevice is selected via your project properties and it will link it into your project.