Difference between revisions of "STM32 Readout Protection (RDP)"

From Stm32World Wiki
Jump to navigation Jump to search
Line 4: Line 4:
 
== Test Example ==
 
== Test Example ==
  
Using the [[STM32CubeProgrammer]] we can read out the code (flash) of a [[STM32]] [[MCU]] (in this case a [[Black Pill Board]].
+
Using the [[STM32CubeProgrammer]] we can read out the code (flash) of a [[STM32]] [[MCU]] (in this case a [[Black Pill]] board).
  
 
[[File:Code Read.png|800px]]
 
[[File:Code Read.png|800px]]

Revision as of 03:44, 4 July 2021

All STM32 MCUs feature something known as Read Out Protection. It is probably a feature of the ARM Cortex core, since ST also provide something known as Proprietary Read Out Protection which is only available on certain STM32 models. In this document we will take a brief look at the basic Read Out Protection.

Test Example

Using the STM32CubeProgrammer we can read out the code (flash) of a STM32 MCU (in this case a Black Pill board).

Code Read.png