User Activity

I am working with an STM32U585 microcontroller, and I need to perform read, write, and erase operations on the internal flash memory (Bank 1) with TrustZone security enabled. The page size is 8 KB, and I am encountering an issue when trying to write ...
Hi I am working on SBSFU Application project from STM32U585 project. And I am trying to use mbed-crypto APIs like SHA512 APIs as below mbedtls_platform_setup(NULL);mbedtls_sha512_init(&sha512_context);mbedtls_sha512_starts(&sha512_context, 0); // 0 f...
Hi I am working on SBSFU Application project from STM32U585 project. I have done below changes to the existing project.1. Added my project code SBSFU_Appli_NonSecure project.2. Previously this project was assigned 192KB and it was hardly using 3% of ...
Hi,I have followed below youtube link for enabling debugging for TFM firmware successfully.https://www.youtube.com/watch?v=rlmQhfXyYCQ&list=PLnMKNibPkDnGd7J7fV7tr-4xIBwkNfD-- I enable single binary for both Appli_NonSecure and Appli_Secure by choosin...
Hello, I am using STM32U585 TFM architecture for one of my project. Which basically is a combined project of 5 internal projects as usual TFM(mentioned below).1. TFM_Appli_NonSecure2. TFM_Appli_Secure3. TFM_Loader_NonSecure4. TFM_Loader_Secure5. TFM_...