STM32 MCUs Security

Ask questions and find answers on STM32 security frameworks and tools, including cryptographic libraries, TrustZone, and the Secure Manager.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

SHCI_C2_FUS_LoadUsrKey doesn't load AES1 key registers

Hi allI'm working on a STM32WB55 nucleo boardI'm designing a simple Signing procedureAt beginning I've try that every thing ok by using a hard codded key and now I want to switch on a key kept secure in FUS zoneI've load 2 256 bits AES keys into FUS ...

oga by Associate III
  • 514 Views
  • 2 replies
  • 0 kudos

STSAFE-A110

Hello All,,  I am using STSAFE-A110 with stm32f429zit6 for secure boot, I want sample code / library for the same. Also my another query is will I have to sign the firmware using openssl externally. can anyone provide me complete step to finish the s...

STM32WB55 CPU2 HardFault for unknown reason.

Hey guys, how are you?It's been a long time that i'm facing a issue with STM32WB CPU2, most of the times i just fix it without really knowing the cause of it. Basically what happens is after power-up CPU2 simply won't initialize on the first try. I h...

0693W00000Y8ZSRQA3.png 0693W00000Y8ZTjQAN.png
MBuen.1 by Senior
  • 6100 Views
  • 15 replies
  • 0 kudos

Resolved! SBSFU/TFM debugging on M33 (U5) with TrustZone

Hello,after being busy with some other stuff, we are finally back to face problems with secure bootloader integration.What we learned so far (our learnt points could be wrong and corrections would  be greatly appreciated):ST provides a very nice Cube...

bear2023R by Associate III
  • 491 Views
  • 1 replies
  • 0 kudos

Resolved! How to protect FW from copying on not original boards

Hello ST,We are developing device and we want to provide free FW updates if some bugs occurre. Updates will be flashed via DFU - usb communication. Currently we are using STM32F411CEU6.Can you recommend best options for protecting the FW from being c...

MartinL by Associate
  • 490 Views
  • 2 replies
  • 0 kudos

Resolved! Fail to read Ext flash after regression

Hello Community,i have followed the documentation on how to enable RDP-like product state flash protection in STM32H5 microcontrollers.https://community.st.com/t5/stm32-mcus/how-to-enable-rdp-like-product-state-flash-protection-in-stm32h5/ta-p/708082...

AES key storage in STM32WL33CCV6 and STM32WBA50KG

Hello,I will use the STM32WL33CCV6 as a wM-Bus gateway and the STM32WBA50KG for BLE 5.4 communications.We will encrypt these links with AES key.1) For STM32WL33CCV6 and wM-Bus, AES-128-CBC and eventually CMAC authentification will be used. It will be...

SamC by Associate II
  • 403 Views
  • 1 replies
  • 0 kudos

Problems with UART interrupt

Hello,I am trying to use the UART peripheral in the secure zone via interrupts in SBSFU for the STM32U575 microcontroller, but I am not receiving any data. I have used the same code for the non-secure region, and it correctly receives the first value...