Skip to main content
DavidKean
Associate
July 13, 2024
Solved

STM32F103VCT6 code read out protection

  • July 13, 2024
  • 3 replies
  • 1107 views

Hi,

I have read datasheet of STM32F103VCT6, it does not mention anything about code read out protection. Does STM32F103VCT6 has this function? (a security function to protect STM32F103VCT6 from reverse engineering)

Thank you

David Kean

 

Best answer by AScha.3

Hi,

all cpu have it..

just open CubeProgrammer and you can see:

 

AScha3_1-1720867222269.png

 

3 replies

AScha.3
AScha.3Best answer
Super User
July 13, 2024

Hi,

all cpu have it..

just open CubeProgrammer and you can see:

 

AScha3_1-1720867222269.png

 

"If you feel a post has answered your question, please click ""Accept as Solution""."
STOne-32
Technical Moderator
July 13, 2024

Dear @DavidKean ,

Welcome in STCommunity ! To complement Ascha.3 message , Our flash protection procedure is specified here for STM32F103 MCUs

https://www.st.com/resource/en/programming_manual/pm0068-stm32f10xxx-xldensity-flash-programming-stmicroelectronics.pdf#page14

IMG_8937.jpeg

This was our first STM32 MCU launched in 2007 , and by time we added more features for security and protection - latest one is on STM32H5 series which is only the new cousin for the F103 series .

Ciao

STOne-32

DavidKean
DavidKeanAuthor
Associate
July 13, 2024

Thank you very much AScha.3 and STOne-32