Hello,
I am currently in the process of implementing a flashing solution for mass production via SWD for the KW45B41Z83AFPA by following the application note AN14003. As a first prototype I want to follow the example as close as possible.
So far, I was able to generate the keys with the spsdk (release/1.10.2), but I am not sure what to do in the CM33 image preparation, because I did not find the linker symbol `gEraseNVMLink_d`.
Before that, I installed MCUXpresso IDE v.24.9.25 and the corresponding KW45B41Z83xxxA SDK version 2.16.100.
Installation allowed me to import examples and according to the application note I imported the otap_client_att_bm:

I finished the SDK Example import without changing anything:

The application note then wants me to unset the `gEraseNVMLink_d` symbol, however, it is not part of the project:

Do I need the SDK in a different version? Can you give me a guidance on how to proceed in the application note?
Best regards,
Andreas