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

CRYP_AES Funtions Always Return 0

Posted on March 28, 2017 at 12:38 Hi I m using stm32f4 for my project. My project has AES encryption and decryption parts. I using standard peripheral librarys. Standard peripheral library has http://www.hanese.nl/STM32/stm32f4stdlibrary...

X-CUBE-CRYPTOLIB

Posted on March 02, 2017 at 13:13Hello,I've already written on the forum without luck. I'm in trouble trying to figure out how to verify a message signed using ECDSAsign function. Locally it seems to work, but if I export the signed hash, it is not ...

Resolved! STM32F07x CRC-16 MODBUS HAL Configuration

Posted on January 27, 2017 at 08:25 I am trying to use the hardware peripheral on the STM32F072 to calculate a 16-bit CRC for a modbus RTU application. The hardware peripheral offers twice the speed compared to my software implementation. I am...

abotha by Associate III
  • 4329 Views
  • 3 replies
  • 1 kudos

Stm32 linux crypto question not start @ main

Posted on January 17, 2017 at 10:18Hi , i am new to linux,i am using crypto 3.0 package and stm32F205xx andencounter several problem :i write my own makefile and linker script (mostly copy from guthub)I use stlink-texane and gdb to debug, here are s...

0690X000006061bQAA.png
FLast.11 by Associate III
  • 698 Views
  • 1 replies
  • 0 kudos

Resolved! Duplicate x^8 + x^5 + x^4 + x^0 CRC with ST IP?

Posted on January 12, 2017 at 21:10This CRC is used by an I2C peripheral and documented at http://www.sensirion.co.jp/fileadmin/user_upload/customers/sensirion/Dokumente/GasFlow/Sensirion_Gas_Flow_SFM3000_CRC_Checksum.pdf  Can this CRC be duplicated...

hbarta2 by Associate III
  • 1320 Views
  • 3 replies
  • 0 kudos

Calculate 16-bit CRC using STM32F0 Peripheral

Posted on December 12, 2016 at 08:26 Hello All, I want to implement MODBUS RTU Slave for my Discovery STM32F0. I have worked on this protocol in 8051 controller. As i was going through CUBE i saw CRC peripheral in STM32F0 so i was curious and ...