STM32 MCUs Security

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! STM32U5: impossible regression from RDP1 to RDP 0?

I am trying to get application level RDP progression into my bootloader to kind of self protect my firmware once it has started. I have set level 1 and the firmware still runs and I can no longer read out flash or debug, so that's the positive side.B...

OliM by Senior
  • 631 Views
  • 3 replies
  • 2 kudos

Resolved! Assigning pins to the secure context of TFM application

Hello,Unless I'm wrong, the architecture of the TFM application as described in UM2851 seems not to allow the assignment of a peripheral (e.g. a LED pin) to the Secure context of TrustZone as it is the case with simple TrustZone applications. The UM2...

SedCore by Associate III
  • 300 Views
  • 2 replies
  • 0 kudos

STM32 Cryptographic library (cmox)

hi i'm new in stm32.i'm using stm32 cryptographic library (cmox) for encrypt my data.while using the library, i'm experiencing some strange.I'm trying to encrypt data after initializing the library and generating the encryption key, but the encryptio...