STM32 MCUs Security

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

SBSFU Code that MUST be revisited?

I am trying to modify the way secure boot handles the reset cause. In the code, I find CHECK STATUS ON RESET function and a comment that reads; "Hence this piece of code must systematically be revisited and tuned for the targeted system." List of a...

jrgert by Associate III
  • 987 Views
  • 7 replies
  • 0 kudos

Resolved! NUCLEO-H753ZI - Add new MPU regions

Hello.I succeeded to run my own app with SBSFU on a NUCLEO-H753ZI. But now, my app uses Lwip and differents DMAs. Then, I need these 3 MPU regions:MPU_InitStruct.Enable = MPU_REGION_ENABLE; MPU_InitStruct.Number = MPU_REGION_NUMBER0; MPU_InitStru...

KLedi.2 by Associate II
  • 855 Views
  • 2 replies
  • 0 kudos

Bootloader Template

Does anyone know if there is a bootloader template available for ATM32H7B3 that I can start off my project with? Preferably some template that allows secure and non secure creation of the bootloader. TIA.

HFara.1 by Associate II
  • 1401 Views
  • 7 replies
  • 0 kudos

Resolved! Ymodem UART missing characters on SBSFU port

Hi,In my port of SBSFU (v2.4.0, not yet 2.5.0) I'm having trouble transferring SFU files over YMODEM due to missing characters at the receiver. This makes it seem the com loader is too slow however it is the same as from the H753 on which it is based...

Arno1 by Senior
  • 622 Views
  • 2 replies
  • 0 kudos

Has anyone ported sbsfu on stm32h723xx ?

Hello everyone,I am trying to port the SBSFU project to a stm32h723xx board from the stm32h753xx project but I have discovered many discrepancies because the latter has dual bank flash while the former has only one flash bank.Do you suggest to start ...