Page 1 of 1

Secure Element NXP SE050

Posted: Wed Jan 08, 2020 1:32 pm
by jeanbi
Hello,

I want to implement the secure element SE050 from NXP to use with mbedtls (firstly for https certificate verification).

I used the dev board OM-SE050ARD and a Plug and Trust Middleware is given. It's a cmake project and my objective is to implement into esp-idf 4.0 beta1.
I succeed to build the middleware with a Raspberry but I don't know how to add the cmake project into my idf project. I used the porting guide https://www.nxp.com/docs/en/application ... elines.pdf.

Do you know if this portage is possible? What are the cmake options I need to use and how do that?
This secure element is rather recent and I don't found anything on the internet.

Thank you.

Re: Secure Element NXP SE050

Posted: Thu Jul 23, 2020 1:15 am
by kmitsu
I tried reading the certificate and AWS connection. For your reference.
https://github.com/kmwebnet/NXP-SE050-T ... -Cert-idf4
https://github.com/kmwebnet/NXP-SE050-A ... -Test-idf4