STM32 MCUs Security

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Bypass write protection on STM32F103

Hello, I have hundred of boards where I need to update our custom bootloader which resides in blocks 0/1/2/3/4 (the bootloader "partition" is 5KB). The new bootloader code resides inside the firmware binary, when the firmware boots, it checks if the ...

Resolved! Calculate CRC-8

Hello,I need to know how to calculate CRC-8 of input data.I have a binary stream like (12586966 Dec or 0XC00FD6) and CRC-8(22 DEC, 0x16). Based on 0x97 polynomial how I can calculate my input binary stream CRC-8?Thanks

parisa by Senior
  • 7832 Views
  • 6 replies
  • 0 kudos

STM32F1 SERIES- Readout protection

hi, im trying to enable the readout protection and successful in doing so but my application doesn't seem to run after its enabled,after entering this function system reset occurs and my user application doesn't seem to run.HAL_FLASH_OB_Launch ()

nmura.5 by Associate
  • 194 Views
  • 0 replies
  • 0 kudos

Resolved! STM32F103: unlock RDP without reset

Posted on May 10, 2018 at 00:37Hi, people!how can i reset Read Out Protection on F103 series WITHOUT Power-off and reset??HAL_FLASH_ob_launch --> it is reset (and hold MCU).1. I set the LEVEL from 1 to 0 in subprogramm. All ok. Flash erased, all FF....

STM32F103 CRC32 of uint8_t buffer

Posted on January 10, 2018 at 14:51 Hi there, I wrote a serial protocol to exchange data between MCU and a PC. This protocol provides a checksum to verify data integrity. At the moment I use a simple sum of each byte but I think that the...

Fede Rico by Associate III
  • 473 Views
  • 1 replies
  • 0 kudos

AES CMAC encryption returning bad_context error

Posted on February 10, 2014 at 17:32Hello,I'm currently implementing AES CMAC crypto using the STM32 crypto library from ST and I'm unable to get the example code to work without returning an error.  I'm using an STM32F103.The example encrypt routin...