Resolved! Secure Memory
In the STM32H573-DK BOARD,How to store the public and private key in secure part ?
In the STM32H573-DK BOARD,How to store the public and private key in secure part ?
The Issue When my bootloader jumps to the application all `AES_ECB_Encrypt_XXX` incorrectly encrypt/decrypt the data. Once the application fails to initialize too many times it will reboot due to watchdog and the ncrypt/decrypt will continue to fail ...
Hello all,Another question from SBSFU series.I'm wondering what are the available ways to clear option bytes?The option I was using so far was simply STM32CubeProgrammer GUI, but what if we don't have ST-Link on board and we have to rely on something...
Hi, need support. send_msg() is a secure area message of TF-M and I am calling it in non secure area via secure_nsc API.What I am observing here is that I am not able to call this function in _tx_initialize_kernel_enter() function after the call to T...
hello I'm using a STM32H573-DK board for engineering samples. so. I'm run a example this link but provisioning.bat files does not run at 'Step 3 : Provisioning'How to fix this problem?
Hello all,Kindly guide us how to resolve the following issue or share the sample code,We are using MCU STM32U585QII6QTR. In this TrustZone is not enabled.We are trying to change the RDP level from 0 to level 1 and from level 1 to level 0 from softwar...
Hi,I need to implement things that are required to implement secure boot & secure software update STM32 H733 Microcontrollers. Trying to understand from the beginner perspective, though I have the Cube package downloaded from the st website, still li...
Hello,I have a setup with two partitions (active + download) and a user application that also acts as a firmware loader.At the moment, the loader/user application downloads the new firmware to the download slot successfully and after reset the new fi...
Hello,I use STM32WLE5 on a seed studio module LORA-E5 mini where boot0 is not accessible (completely crazy ...). The module comes with a read protection and they ask us to remove RDP (level 1 to level 0) to be able to flash it with a custom program. ...
Hello,I'm currently working on a project that involves using the SFBU (Secure Firmware Bootloader Update) due to the limited flash size of the MCU. I've set up an external EEPROM to store the entire firmware before the update process.I've made necess...