For my project,my ble device need to report firmware information to app, since the newer softdevices(like s130 0.5alpha) don't have FWID in UICR,where can I get it?
(Nrfgo can get this information,but I need read this without a debugger)
For my project,my ble device need to report firmware information to app, since the newer softdevices(like s130 0.5alpha) don't have FWID in UICR,where can I get it?
(Nrfgo can get this information,but I need read this without a debugger)
Hopefully you can use sd_ble_version_get() as described in the S110 and S120 documentation. You pass a pointer to a ble_version_t structure, on return the 16-bit subversion_number field contains the information that used to automatically appear in UICR FWID with earlier SoftDevice releases.