Hello,
I've been developing an application with nRF52840 and I've been reviewing the appropriate SDK to start with. I see Nordic recommends starting with nRF Connect SDK and using Zephyr.
I've read the compatibility matrix and it seems to imply that the SoC revision can make or break compatibility when developing. I've ended up with the following 3 questions:
1) My SoC ends with QIIAC0 - is this revision 1?
2) I had been working with SDK 17.0.2 so far. I can compile, flash and use my application and it seems normal with nrfjprog. Is it possible that incompatible SDKs can produce half functional binaries for SoCs that can break unexpectadly?
3) What are the risks of working under early revisions of this SoC and downgrading the SDKs to reflect this?
Thanks.