Read protection on STM32L451CET6 stuck at level 1
I am using a stm32l451cet6 micro controller chip in my PCB. I want to make the flash memory read protected. For this I use the following code snippet - while (HAL_FLASH_Unlock() != HAL_OK) { ; } ...
I am using a stm32l451cet6 micro controller chip in my PCB. I want to make the flash memory read protected. For this I use the following code snippet - while (HAL_FLASH_Unlock() != HAL_OK) { ; } ...
Hello,i'm using stm32h747igt6 microcontroller, it has two cores Arm Cortex-M7 + Cortex-M4, i'm currently working on core m7, and i have integrated STM32 cryptographic firmware library software expansion for STM32Cube for some security features in my ...
Hello all, We are working on STM32 Secure bootloader for STM32H7B3RIT6 MCU.For this we taken reference code from X-CUBE-SBSFU STM32H7B3I-DK .As of now we have successfully migrated the SBSFU & SECORE code for STM32H7B3I-DK to Our MCU.We have prepared...
Hi,I try to use the SBSFU in a project with a STM32F722 and so far it works to flash an initial firmware. Now what I would like to do is to update the firmware and for that, since I can only use one image because of the limited flash size, I corrupt ...
Hi, I have enabled the HASH, RNG, and PKA. I also enabled the Global Trust Zone Controller and configured the PKA as privilege access. However, the generated code from STM32CubeMX does produce an error due to undefined GTZC_CFGR3_PKA_Pos which is mis...
Does ST offer an implementation of hardware acceleration of mbedtls-2021?I found this:STM32CubeL5\Projects\STM32L562E-DK\Applications\TFM\TFM_Appli\Secure\Src\ecdsa_alt.cSTM32CubeL5\Projects\STM32L562E-DK\Applications\TFM\TFM_Appli\Secure\Src\ecdsa_c...
Hello everyone,i am trying the secure user memory on the stm32h7b3 using the examples provided by ST. In want to enable secure user memory for a 230KB area starting from the begin of the flash: 0x08000000. The function RSS_API->resetAndInitializeSecu...
Hi,I'm currently exploring the solutions to develop a bootloader on a STM32U535. I'm looking into the MCUBoot based examples provided by ST : SBSFU projects.After some investigations, I noticed that the SBSFU_Boot memory footprint was ~80ko and the S...
Hello,I generated an SFI image for STM32U585 based on my application. here is the details:Firmware information:SFI image details:However, when I try to install this image, it fails with the error:15:12:04:987 : PROGRAMMING OPTION BYTES AREA ... 15:...
I am new to SBSFU. I picked the NUCLEO-H753ZI project to try on a board with STM32H743. Everything seems to be running fine but ONLY when the SWAP_BANK is unchecked at startup. When it is checked before flashing, the board doesn't run as it was progr...