This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

how to get FWID if it doesn't exist in UICR?

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)

Parents
  • 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.

Reply
  • 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.

Children
Related