cancel
Showing results for 
Search instead for 
Did you mean: 

TF-M Secure storage B-U585I-IOT02A

Bea_Ibtihel
Associate

Hello , I am aiming to demonstrate secure storage operation SST using PSA APIs using STM32U585. To verify that TF-M services are operational and Secure/Non-Secure communication works. However I dont find any more stm32cube TFM ready solutions/examples. So i have started from SBSFU examples and cloned TFM Source code from trusted firmware m git and trying to integrate the lib I need . Is this the right way to do so ? is there better starting point? Also it make more sens to put this in secure world however not sure if there is any considerations to think of while doing this .

This is what I am trying to do one Secure Storage lifecycle:

  1. Write data to Secure Storage using psa_ps_set()
  2. Read the data back using psa_ps_get()
  3. Verify data integrity using memcmp()
  4. Remove the stored object using psa_ps_remove()
0 REPLIES 0