STM32 MCUs Security

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 1190 Views
  • 6 replies
  • 0 kudos

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
  • 741 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...

DCRCFAIL in data transfer using CMD53

Posted on September 21, 2017 at 13:03Hello All,I am using STM32F767ZI Nucleo Board. I am getting DCRCFAIL in data transfer using CMD53 in SDIO.Any possible reason for CRC failure? Could there be any relation to clock out from SDMMC adapter?I am able...