STM32 MCUs Security

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Issue with AES and CKS

In my application, I have a sequence which looks something like this:Load an AES key from CKS using SHCI_C2_FUS_LoadUsrKeyCall HAL_Cryp_Init, HAL_Cryp_Decrypt, and HAL_Cryp_DeInit to decrypt a block of dataUnload the key from CKS using SHCI_C2_FUS_Un...

crwper by Senior
  • 352 Views
  • 6 replies
  • 0 kudos

Hard Fault when reading flash

I am working to generate the CRC for the flash memory, During this I am facing hard fault when the CRC module tries to read from certain flash locations, to debug it I made a small loop which assigns the value of each 4 byte. I found that reading at ...

sivaram by Associate III
  • 1686 Views
  • 22 replies
  • 0 kudos

RSA support for X509 utilities

Hi,I'm using some STM32 drivers code to parse X509 certificates. These drivers are based on ECC cryptography. I need to change to RSA. I need utilities such as parseCert()isValidCert()isParent()which exist for ECC, but I cannot find any equivalents f...

FOCal.1 by Associate
  • 264 Views
  • 1 replies
  • 0 kudos

Enquiry on STM32G4

Looking for the MCU specs with the following key requirements:              - 24 IO : 8 input, 8 outpt, 8 x LEDs              - secure boot features              - hardware reset - backline support – CAN Bus communication at 5VCan STM32G...

How to program stm32L552 using SWD interface

I use my own application to program different devices, arm in particular. Now, i'd like to support stm32L552. So, if TZEN = 0 it works fine. if TZEN = 1, DBANK = 1, SECWM1_PSTRT - set as secure, SECWM2_PSTRT - set as non-secure, RDP = 0xaa (level 0) ...