STM32 MCUs Security

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 1636 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
  • 233 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
  • 315 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 ...

STM32 Crypto LIB using RSA and OpenSSL

Posted on November 18, 2015 at 11:25Hi All,I'm trying to sign with a private key in the STM32 and then verify on Linux with OpenSSL, to do this I'm doing the next experiments:1. Generating the key pair (private/public) for RSA 1014 on linux with Ope...

arivas by Associate
  • 653 Views
  • 4 replies
  • 0 kudos