Hi,
probably very basic question. I found some nrf code in nordic sdk. I don't remember the version of SDK. I compiled and deployed it on nrf52840 devkit and also on dongle. Some miracle happened and everything works. Super.
After longer time I came back to my project and need to know:
1. Where in the code I can find reference to SoftDevice S??? and API version ??? that this code is written in (compatible)? If there is no reference, what is the best practices?
2. How complicated is changing app code in case I want to migrate apps (for example from S132 to S140)? Is there something like compatibility checker?
BTW: I use KEIL IDE.
Thanks a lot.