Hi I am trying to run SE052 secure element software in LPC55S69 processor running FreeRTOS.
So far I can find the SE052 specific SDK (se05x_ksdk-lpcxpresso55s69_v04.05.00) which has examples for working with the secure element on bare metal, and LPC55S69 general SDK that includes FreeRTOS OS (SDK_25_03_00_LPCXpresso55S69) but I am unable to find or build an SDK that has both FreeRTOS support as well as secure element middleware support.
I tried downloading just the Plug and Trust middleware (SE-PLUG-TRUST-MW_04.07.00) and copy into the SDK but this approach ultimately does not work because of all the build problems.
What is the best way to produce an SDK that has both FreeRTOS support and support for SE052 middleware? Thank you!