STM32 MCUs Security

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

What is the STM32 Programmer CLI CRC calc polynomial?

Hey, I went through the manual of the STM Programmer command line interface and implemented a post build CRC calc with the Safety lib command -sl.C:\PROGRA~1\STMicroelectronics\STM32Cube\STM32CubeProgrammer\bin\STM32_Programmer_CLI.exe -sl MESOL_CAN_...

AndreM by Associate
  • 1842 Views
  • 4 replies
  • 0 kudos

Resolved! How to unlock STM32H5 Flash?

I set my flash OB to iROT-Provisioned (Dont know exactly Product life cycle state, but I can not debug anymore) Based on my understanding, it may be in a CLOSED state. However, I am not sure how to change the state as I want to follow the Debug authe...

HNguy.27 by Associate II
  • 2084 Views
  • 6 replies
  • 0 kudos

TF-M and SBSFU Implementation on STM32U5A5

Hi @ChannelWe are using STM32U585 for implementation of TF-M and TF-M SBSFU for our project. now we are planning to change our controller to STM32U5A5 controller. I have couple of doubtsSTM32U585 is PSA Level3 certified while STM32U5A5 is not PSA lev...

PJose.4 by Senior
  • 853 Views
  • 3 replies
  • 0 kudos

SBSFU on NUCLEO L452-RE

Hi,I am trying to implement SBSFU on NUCLEO L452RE board just by copying the project for NUCLEO L432KC (2_images, Y modem protocol) and changing necessary elements (target device, startup_***.s file, UART and led setup). When trying to download UserA...

ALazo.1 by Associate
  • 706 Views
  • 1 replies
  • 0 kudos

Resolved! Passwords for RDP1 and RDP2

Hi there. Before attempting any password locking on my STM32575, I read the password lock location and it returned all zeroes like soReading 32-bit memory content Size     : 4 Bytes Address:   : 0x400220200x40022020 : 00000000After setting the PW, it...

PChoq.780 by Associate II
  • 1130 Views
  • 3 replies
  • 0 kudos

Resolved! SBSFU: Issue with 16-byte alignment in linker script?

I've run into an issue with the section of the UserApp linker script which ensures that the binary size is a multiple of 16 bytes:.align16 : { . = . + 1; /* _edata=. is aligned on 8 bytes so could be aligned on 16 bytes: add 1 byte gap */ ...

crwper by Senior
  • 1920 Views
  • 5 replies
  • 0 kudos