Prequisite
- Download the mcxn947 SDK version 2.16.100 from https://mcuxpresso.nxp.com/en/select.
- Unzip and place the sdk in parallel to the nano package as shown in the image below. Rename the sdk folder to "mcxn947-sdk".
Import the project
- Click on File, Import, Existing project to workspace and click on next.
- Point to the "simw-nanopkg/examples/se05x_rotate_scp03_keys/mcxn947" folder
- Select the Project and click on Finish
Build options
To build with Platform SCP using MbedTLS, following macros must be set in Properties->Settings->Preprocessor.
WITH_PLATFORM_SCP03
EX_SE05X_USE_MBEDTLS=1
Build and Debug
- Click on Build and then Debug on the Quickstart panel to Build and Debug your project