Running AES Symmetric Example on STM32MP1 with SE050

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

Running AES Symmetric Example on STM32MP1 with SE050

跳至解决方案
52 次查看
shreyaschandran
Contributor I

 

Hello NXP Community,

I am working on running the AES symmetric encryption example from the SE05X middleware package on an STM32MP1 with an SE050 secure element.

I have followed these steps so far:

cd simw-top
python scripts/create_cmake_projects.py # Invoked only once
cd ../simw-top_build/simw-top-eclipse_jrcpv1
cmake --build .
make install ldconfig /usr/local/lib

Now, I want to run the AES encryption example located in sss/ex/symmetric/

However, I am unsure how to proceed next. Could you please guide me on:

  1. How to correctly build and run the AES symmetric example?

  2. Any required environment variables or runtime configurations?

Any help or documentation references would be greatly appreciated!

Thanks in advance.

标签 (1)
0 项奖励
回复
1 解答
41 次查看
Kan_Li
NXP TechSupport
NXP TechSupport

Hi @shreyaschandran ,

 

I am sorry, but supporting a none NXP product is out of our service range, and the MW doesn't support STM32MP1 at all, if you want to use SE050 with STM32MP1, you have to port the MW at first. We have nothing but a porting guide for your reference in this case, please kindly refer to https://www.nxp.com/docs/en/application-note/AN12448.pdf for details.

 

Hope that helps,

 

Have a great day,
Kan


-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!
- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------

 

在原帖中查看解决方案

0 项奖励
回复
2 回复数
42 次查看
Kan_Li
NXP TechSupport
NXP TechSupport

Hi @shreyaschandran ,

 

I am sorry, but supporting a none NXP product is out of our service range, and the MW doesn't support STM32MP1 at all, if you want to use SE050 with STM32MP1, you have to port the MW at first. We have nothing but a porting guide for your reference in this case, please kindly refer to https://www.nxp.com/docs/en/application-note/AN12448.pdf for details.

 

Hope that helps,

 

Have a great day,
Kan


-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!
- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------

 

0 项奖励
回复
38 次查看
shreyaschandran
Contributor I
Thank you for your response. I appreciate the clarification and the reference to the porting guide. I will go through the document and explore the necessary steps for porting the middleware to STM32MP1.
0 项奖励
回复