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

STM32L4 Read Protected when flashing

Posted on December 19, 2017 at 09:21Good morning,I'm working in my custom application based on STM32L4.Sometimes, a problem appears when trying to flash the device: If I try to flash it with Keil and Ulink2 interface, a message suddenly appears when...

SPI Broken Communication

Posted on January 31, 2016 at 10:19Hello, I am currently evaluating the EVALSTPM34 Smart Metering IC so that a decision can be made about including it in a smart home management system. Here is the STPM34 IC datasheet for reference: https://my.st.co...

ahmad2 by Associate II
  • 1352 Views
  • 6 replies
  • 0 kudos

STM32F429ZIT Read out protection RDP=2 long time

Posted on November 22, 2017 at 14:23Hello all,Our product is being programmed on test bench and after that it is locked setting the readout protection to level 2 (RDP level 2).My question is - is it normal for this process to take about 3 minutes?Ar...

X-CUBE-CRYPTOLIB memory

Posted on October 23, 2017 at 10:41Hi,I'm using X-CUBE-CRYPTOLIB 3.1.0.All RSA_PKCS1v15_* functions uses a 'membuf_stt *P_pMemBuf)' parameter.The documentation says : 'The structure pointed by P_pMemBuf must be properly initialized.'In the examples ...

HW AES with X-CUBE-CRYPTOLIB: using DMA?

Posted on October 19, 2017 at 11:21Hello,I am using the STM crypto library X-CUBE-CRYPTOLIB (there are several libraries and I could not find out which one was recommended so I picked the most recent one) with an STM32F417.I can't find any informati...

Protect STM32F407 flash memory from readout

Posted on October 02, 2017 at 17:36My current project involves some pretty complicated logic, required for firmware update over the air. So I ended up with solution, which contains bootloader and application code, compiled separately. My current mem...

0690X00000608SMQAY.png
vadim2 by Associate II
  • 809 Views
  • 2 replies
  • 0 kudos

H7: CRCDATAR vs CRDATAR1 vs CRCDATAR2

Posted on September 23, 2017 at 14:10Hello,rm0433 rev 3 and stm32h742xx.h header are not consistant about CRCDATARx.From the description in rm0433 3.3.6, is seem that there are CRDATAR1 and CRCDATAR2.rm0433 3.5 only lists CRCDATAR at offset 0x5c and...