Hi,
I would like to know which soft device version is used in my nrf52840 board.
I know it's S140, but I understand that there are different versions for that.
Thanks!
Hi,
I would like to know which soft device version is used in my nrf52840 board.
I know it's S140, but I understand that there are different versions for that.
Thanks!
Use sd_ble_version_get, ble_version_t::subversion_number will tell you exactly which SoftDevice you have.
Hi,
After using this function, subversion_number is 256. What does it mean?
Hi,
256 (0x0100) is s140 v7.2.0.
-Amanda
Thanks!