Hello everyone,
I am working on a security project integrating the EdgeLock SE050 with an ESP32 running ESP-IDF v4.1.2 over I2C. My goal is to read the device certificate from the SE050 using PlatformSCP03.
The reference source code I am using was written specifically for Plug & Trust MW Release v02.16.00. However, I can no longer find this older version on the NXP portal. When I download the newer v3 or v4 packages, I consistently run into build errors on ESP-IDF due to directory structure changes, missing header files, and SSS_MALLOC incompatibilities.
Does anyone happen to have an archive of Plug & Trust MW v02.16.00 or know where I can download this legacy version? Alternatively, any advice on how to compile this project with newer Middleware versions would be greatly appreciated.
Thanks in advance