This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

read softdevice firmware version, setting a bootloader, application version number

I would like to send the application, soft device and bootloader firmware versions by means of the device information service.

How do I read the soft device firmware version number so that I can include it in the device information service firmware version?

Recommendations on saving the bootloader and application firmware version number by the dfu bootloader to be read back by application.

Should we do it as softdevice call SVCALL If so an example how? or should we use nrf_nvmc.h functions?

Related