STM32 MCUs Security

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Board does not boot after readout protection enabled.

I have a project based on an Stm32F767. If I load the hex file and then manually enable readout protection to level 1 with the STLinkV2 utility, the board fails to begin to execute code after reset. Why? What is the correct way to use this feature?

CSeto.1 by Associate
  • 423 Views
  • 2 replies
  • 0 kudos

Code does not run when RDP is enabled on STM32L072

Hi ST community,I have a fully functional application on my STM32L072. The problem is when I tried to enable RDP, nothing works anymore.After flashing the application I tried to connect with ST-Link, the option bytes are set correctly and it is not p...

RCont.1 by Associate II
  • 303 Views
  • 0 replies
  • 1 kudos

How can I get Atollic to append a CRC to the flash image?

IAR would fill unused flash and optionally append a crc to aid with the integrity check some of us need to do for regulatory compliance But since IAR's been replaced what provisions are in Atollic to fill unused flash and optionally append a crc? Is ...

n2wx by Senior
  • 556 Views
  • 6 replies
  • 0 kudos

STM32H7 Flash-embedded CRC HW calculation

We are using a STM32H7 microcontroller for our project ans would like to use the HW CRC embedded in the Flash module.We are designing a custom bootloader that will calculate the CRC and then write it in a reserved section of the flash. Since the devi...

STM32H7 Flash Bank CRC

I am trying to use the hardware CRC built into the embedded flash module. When I use the start and end addresses and kick off the CRC, the processor halts and I have to do a full flash erase to get it back. Are the start and end addresses relative ...

bpentz by Associate II
  • 305 Views
  • 1 replies
  • 1 kudos