Is there a call to read the stack ID.
For example S120 v2.1 has an ID of 0x006B . nRFgo studio is able to read and report this value.
Is there a way to read for me to read it from my application?
Is there a call to read the stack ID.
For example S120 v2.1 has an ID of 0x006B . nRFgo studio is able to read and report this value.
Is there a way to read for me to read it from my application?
From Page 14 of the S110 Spec:
If you look in nrf_sdm.h
, the correct way to do this appears to be SD_FWID_GET(MBR_SIZE)
.
Have a look at this answer for the available FWID
: devzone.nordicsemi.com/.../