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

STM32 capabilities

Hi,I would like to move my project to STM32 from another MCU.There are some requirements that I have to comply with and I would like to know if STM32 is a good idea or not.I need to be able to flash the firmware using USB without an USB to UART conve...

Resolved! How to downgrade level 2 read out protection in stm32f7 board?

Hi everyone,I was trying to protect my code by read out protection. But before uploading program, mistaken changed the read out protection to level 2 using of stm32 utility software. Now, I don't able to connect my board to st-link.After search for t...

R. by Associate II
  • 1259 Views
  • 3 replies
  • 0 kudos

STM32F4 random number generation validation

Hello all,I am working on a cryptography project based on STM32F407VGT micro controller, in which I need to generate random data using inbuilt RNG peripheral. I dump this random data to my Ubuntu 16.04 host machine using USB in CDC mode and using l...