For an upcoming product based on the nRF52811 chipset I wanted to prepare for the arrival of the new AP-Protect variant of that chipset and have a unified firmware that runs on both AP-Protect and non-AP-Protect variants ready.
Recently nRF5 SDK 17.1.0 was released which includes support for the AP-Protect variants of the nRF52 chipset series, so I updated my software to that version.
But as it turned out the SDK is based on the MDK 8..40.3 where only some of the AP-Protect variants of the nRF52 chipsets are supported, but not the nRF52811 yet.
But now MDK version 8.44.2 is available in the meantime which seems to have full support for the AP-Protect variant of the nRF52811.
So the question is: do you have any plans to release a new nRF5 SDK with an updated MDK version that supports all AP-Protect variants? If so, can you please share an anticipated release date?
If there are currently no plans for a new nRF5 SDK, could you please share if and how it is possible to manually update the MDK in the SDK?
I briefly looked at doing this, but I could not figure out how to do it easily for my configuration. I am using Segger Embedded Studio, but I could not import the SES module, but the GCC version in ZIP format did not have the necessary start-up files, or at least the naming was different.