STM32 MCUs Security

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

In SBSFU, bootloader image will be signed?

In SBSFU, bootloader image will be signed? I am using stm32l562e-dk. I want to use SBSFU.1) I Have found the SBSFU example for NUCLEO-L552ZE-Q, but I am not able to find it for stm32l562e-dk. Is it available?2) IN SBSFU when the bootloader is first t...

PYada.1 by Associate III
  • 708 Views
  • 5 replies
  • 0 kudos

SBSFU: Adapting the User Application with .ld linker file

I have successfully taken the sbsfu sample code and gotten it to work on my hardware. Now, I am trying to adapt my existing application to be SBSFU compatible. Section 8.1 of AN5056 tries to explain this but the examples are all for an .icf linker ...

BBouw.1 by Associate
  • 579 Views
  • 2 replies
  • 0 kudos

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
  • 1017 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
  • 916 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
  • 1460 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
  • 647 Views
  • 2 replies
  • 0 kudos