STM32 MCUs Security

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! STM32L562 - AES-CMAC functionality?

Hello community,I need to use the AES-CMAC functionality of the STM32L562QE.The datasheet says that it is supported :But it seems that the reference manual doesn't say anything about CMAC functionality.Is there really a way to use the AES coprocessor...

Adrian__0-1740650764416.png
Adrian_ by Associate
  • 234 Views
  • 1 replies
  • 0 kudos

Resolved! Debug Authentication Failed

My H5 DK board is in TZ-CLOSED state (after --sfi-flash), I am unable to put it in "Level 1/2/3 Intrusive Debug" state no matter what combinations of keys and certificates to use (including key_1_root.pem and cert_root.b64). Only Full regression work...

Thatseasy by Associate III
  • 301 Views
  • 2 replies
  • 0 kudos

Resolved! Is it coming official update of SBSFU to support CubeMX?

Hello everyone,Now I'm developing an user application compatible with SBSFU on STM32CubeIDE.SBSFU itself is pretty nice, but I feel the development architecture and environment are a little bit old, like not supporting CubeMX.Fortunatelly, I succeede...

YUTA1 by Associate II
  • 483 Views
  • 4 replies
  • 3 kudos

Tamper Detection on STM32H753

Hello,I try to implement a tamper detection for my project. In general, it works. When the device is only powered by a coin cell and a tamper is detected, the backup registers are erased and unfortunately also the backup RAM. When the device is power...

toni2 by Associate
  • 295 Views
  • 1 replies
  • 0 kudos

STM32WLxx DFU Error

Hi,I ported the SBSFU project to the LoRaWAN_AT_Slave routine, and tested DFU normally and it worked fine, but when I used the wrong file to upgrade, such as readme.txt, the upgrade process ran for a while, and then stopped, showed " Fw header authen...

ethan2_0-1740128888124.png
ethan2 by Associate II
  • 274 Views
  • 3 replies
  • 0 kudos

Resolved! STSAFE-A110 STSAFEA_COMMUNICATION_ERROR on all reads

Hi,I ported example projects from en.x-cube-safea1\project\NUCLEO-L476RG for MbedTLS cryptolib for use on my B-U585I-IOT02A Discovery Kit. The STSAFE-A110 is powered correctly and NRESET is pulled high. It never errors on writes to the device, but al...

Resolved! SBSFU Rollback with stm32L476RG

Hi All,I am following the UM2262 document. I will add a screenshot. I enabled the ENABLE_IMAGE_STATE_HANDLING flag to enable rollback, but after updating UserApp.bin, the device continues to reset. I will add a debug log screenshot (it’s not jumping ...

Kurien_Raju_0-1735620184451.png Kurien_Raju_1-1735620272027.png

Resolved! STM32U585 - can't get SBSFU-example to work

Hi, I'm trying to adapt the SBSFU-Cube repository example for the B-U585I-IOT02A (STM32CubeU5\Projects\B-U585I-IOT02A\Applications\SBSFU, repository V1.7.0) to a custom PCB with STM32U585CITx. Since I don't have access to UART1 I changed it in com.h ...