encryption file.bin then
After the build process for the project, I get a file.bin that I want to encrypt to be protected and decrypted in my chip via the bootloader. How is this done, knowing that I use stm32 cube ide?
Ask questions and find answers on STM32 security frameworks and tools, including cryptographic libraries, TrustZone, and the Secure Manager.
After the build process for the project, I get a file.bin that I want to encrypt to be protected and decrypted in my chip via the bootloader. How is this done, knowing that I use stm32 cube ide?
Hello,I have successfully executed the default OEMiROT and Application projects in STM32CubeH5\Projects\NUCLEO-H563ZI\ on our prototype board based on STM32H563 1MB variant. Slight adaptations were needed for which I got plenty of support in this thr...
Hi everyone,We're working with STiROT and TrustZone on an STM32H5 (NUCLEO-H533RE), and during the provisioning process we generate the STiRoT_Config.obk file from the STiRoT_Config.xml using the Trusted Package Creator (TPC).Our question is whether t...
When I use mbedtls on my STM32U585 core board without enabling hardware acceleration, it works fine. However, when I follow the instructions in some posts and copy examples, such as the rsa_alt from SBSFU under STM32U5Cube, many errors appear, and it...
Hi,I am trying to get the OEMiROT example projects running on STM32H563 from "STM32CubeH5\Projects\NUCLEO-H563ZI\Applications\ROT". The provision.bat script fails after writing option bytes (probably after enabling TZ) and tries to reconnect to the M...
Hi, I have a firmware I wan't to give already flashed protected by PCROP to a customer. Insidie my firmware I use some standart library functions line strlen(), vsprintf and some HAL functions to manage peripherals.What is the best way to call these ...
Hi everyone,I am trying to use the X-Cube-Cryptolib library to decrypt an array encrypted by an external application.The original data has been encrypted with the AES-GCM 128 using a key of 16 bytes and an IV of 1 byte.Now, I am getting an error wher...
Hi, We are using STM32u585 device on our board, we want to use a part of internal flash memory for permanent data storage. Please clarify the following. 1)is it possible to use internal flash access using LevleX (non RTOS)?2)is there any reference a...
Intergrated USB in SBSFU for FW update, and adapting it to work with YMODEM protocol. Only half of the package is downlaoding to microcontroller. Getting error. I will highly appreciate for any help. = [SBOOT] STATE: HANDLE CRITICAL FAILURE= [EXCPT]...
When using the RAM self-test feature in X-CUBE-STL, I enabled the RAM backup buffer in the application by not defining STL_DISABLE_RAM_BCKUP_BUF. I also allocated a section in the scatter file:; 128KB DTCM RW_STL_TM_RAM 0x20000000 0x20 { ; Place STL...