STM32 MCUs Security

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Issue with USB Virtual COM After SBSFU on STM32WB55RG

Hello everyone,My team and I are working with a custom board based on the STM32WB55RG. Due to limited pin availability, we need to use USB as a virtual COM port for serial communication. We successfully configured the USB Virtual COM and were able to...

G_P by Associate
  • 232 Views
  • 2 replies
  • 0 kudos

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
  • 182 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...

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
  • 210 Views
  • 1 replies
  • 0 kudos

secure boot - RSA4096 - stm32u5

Good morning, I am Paul Goulpié, technical expert at Smile ECS - integrator of open source embedded solutions. I am contacting you because I have some questions related to the secure boot solution (mcuboot).I am using the following evaluation board: ...

STM32U585: AES GCM Tag mismatch

Good afternoon,we are facing issue with AES GCM Tag generated with STM32U585.In particular we compare the results generated by the microcontroller with the ones generated by an application developed with C#.This is the code running on the microcontro...

SafeDev_0-1739541887725.png
SafeDev by Associate II
  • 307 Views
  • 8 replies
  • 0 kudos

Resolved! I2C firmware upload issue on RDP L1

Hello dear friends,this is my first post and I need your help with an issue I have. I designed some devices based on STM32C031C6. I use an I2C command to jump to bootloader and I upload the new firmware via I2C also from a microcomputer using the stm...