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

Trust zone memory address question

When using TrustZone, the memory address changes from 0x0800 0000 to 0x0c00 0000. Is thr actual physical address the same? Or are the memory regions separated into a 0x0800 0000 region and a 0x0c00 0000 region? Using MCU stm32l562 freeRTOS

seo by Associate
  • 71 Views
  • 1 replies
  • 1 kudos

Resolved! TrustZone and LED blinking in the nonsecure project

Hi,I have generated a CubeMX project with trustzone. So, I have a secure and a nonsecure project. The secure project runs, jumps to the nonsecure project and the nonsecure project tries to blink the red. I am using CMakeLists and have included my_app...

fa31 by Associate III
  • 237 Views
  • 4 replies
  • 4 kudos

Resolved! Alternate OBK sector on STM32H56x

We appreciate the example in the STM32Cube repository, located at STM32Cube_FW_H5_V1.1.1\Projects\NUCLEO\H563ZI\Examples\FLASH\FLASH_OBK_EraseProgram. We are looking to modify the product state and write the .obk file directly from the firmware, and ...

zhiv12 by Associate II
  • 152 Views
  • 1 replies
  • 1 kudos

AES-CCM Tag gives wrong values

Hi, I am working on the STM32H533RE microcontroller and implementing AES-CCM encryption using a NIST test vector for validation. While the encrypted output matches the expected result, the authentication tag generated is incorrect. I have shared the ...

Keerthi by Associate III
  • 217 Views
  • 1 replies
  • 0 kudos