STM32 MCUs Security

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F030 Read protection

Posted on November 21, 2016 at 18:10Looking to see if someone can shed some additional light on programming the memory read protection level 1 or 2 for a STM32F030 device. There are a few examples but they perform other options that are not required...

STM32F7 read out protection hangs out

Posted on August 17, 2016 at 12:34 Hi, I'm implementing the read out protection for the F746 controller. Changing it from level0 to level1 at the first start from my code. First I realised that the level1 was setted but not saved after a...

devcal by Associate II
  • 337 Views
  • 1 replies
  • 0 kudos

How to tell when a full flash erase is complete

Posted on June 15, 2016 at 19:16I just discovered the hard way that if you initiate a full flash erase cycle (in my case, by going from RDP level 1 to level 0) and reset the chip before that process is complete then the chip is essentially (AFAICT) ...

ron2399 by Associate II
  • 346 Views
  • 1 replies
  • 0 kudos

STM32L0 RDP

Posted on April 10, 2016 at 09:13Hi allI'm setting the read out protection to level 1 , in the beginning of my main() fxnAfter setting RDP I generate system reset using HAL_NVIC_SystemReset() fxnAfter the reset I'd expect the RDP to be set to level ...

zvit by Associate
  • 363 Views
  • 3 replies
  • 0 kudos

write pages 0-3 when RDP is on over STM32F100 RCT6B

Posted on March 01, 2016 at 13:39Hi, My problem is this, i have a product that have in the pages 0-3 a bootloader, and the RDP is state ON to protect my code, then the application code (120KB). All works fine and with this bootloader i can change th...

Disabling Flash readout protection through sram

Posted on October 06, 2015 at 12:24Hi all, Anyone knows why the following code is not disabling the flash memory readout protection? It is being executed on a STM32F103 microcontroller.FLASH_Unlock();  FLASH_ReadOutProtection(DISABLE);  FLASH_UserOp...

carles by Associate
  • 258 Views
  • 1 replies
  • 0 kudos