I continue to debug, via remote control on the other side of the world, a particularly nasty issue that is occurring in only certain units of a device. I had been blaming my own software, and continue to believe that it may be floating-point related: devzone.nordicsemi.com/.../
For reasons far too nuanced to go into, I am now beginning to suspect that this problem is only occurring on certain versions/steppings of the processor.
I am using nRF52832, with sdk 12.2.
My question is: is there an API or small bit of C code that someone can share with me that would enable me to fetch a number that would indicate the very specific stepping of the CPU so that I can print it and see if this theory might be true?
Thanks