STM32 MCUs Security

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Setup CRC via STM32CubeIDE 1.02

I am trying to set up the CRC in an STM32L072 to process data from a 1-wire device.In the CubeIDE (editing the .ioc file), if I leave the default values, it will generate an appropriate MX_CRC_Init(void) function.But if I want to set my own polynomia...

STM32L0 CRC vs software

Hi all,I am generating a CRC using the hardware CRC module in my STM32L0 of which I fetch only the bottom byte.I want corresponding C code to generate the same result as the hardware calculator, I have tried many different settings and Polynomials, b...

EOCon by Associate
  • 365 Views
  • 1 replies
  • 0 kudos

Resolved! STM32 Crypto Lib on STM32L051C8

Hello,I'm trying to integrate latest crypto lib (v. 3.1.2, FW implementation) into my TrueSTUDIO project but encryption with AES-CBC-128 fails.Example project in Fw_Crypto\STM32L0\Projects\STM32L053R8-Nucleo\AES\AES192_CBC fails both encryption and d...