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

Can't reset RDP from level 1 to level 0; Nucleo L476RG

Hi,I was testing with the Nucleo STM32L476RG board, BSP example project FLASH_DualBoot.I made small changes in the example code (LED blink stuff) and programmed bank 1 and 2 several times. I also manually checked/toggled the option bytes BFB2 bit a f...

Resolved! An issue in finding appropriate MCU to drive application.

We are developing an application where the host controller will drive two radio modules.But Host controller software should have MISRA 2012 compliant SDK with RTOS support and should support FIPS-certified crypto library.Do anyone can help us to find...

FM_360 by Associate II
  • 811 Views
  • 3 replies
  • 0 kudos

STM32f42xx CRC stop/resume

HelloSince the STM32f42xx series has no intial value for the CRC I'm wondering if there is a way to stop a crc calculation (store the DR value) and resume it by writing the DR register with the stored value and some calculation??Something like this:c...

stucmath by Associate II
  • 4123 Views
  • 17 replies
  • 0 kudos

Factory bootloader CRC command?

I noticed that in STM32FLASH programming utility, there is support for a CRC bootloader command. From what I can tell in the source code and commit history, this command is 0xA1 and was introduced around June of 2014. But from the ST documentation, ...

Is there any way to implement BigNumbers on a STM32F4?

I need to implement some BigNumber math on an STM32F4 (bn.h, conv.h, modular.h). I would like to use functions such as W8_to_Big(), StAllocBig(), and InitBig(). Unfortunately I cannot find any information on how to use these functions. Are there any ...

VMedi.0 by Associate
  • 3253 Views
  • 3 replies
  • 0 kudos