cancel
Showing results for 
Search instead for 
Did you mean: 

STM32F103VCT6 code read out protection

DavidKean
Visitor

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

 

1 ACCEPTED SOLUTION

Accepted Solutions
AScha.3
Chief II

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".

View solution in original post

3 REPLIES 3
AScha.3
Chief II

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
ST Employee

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
Visitor

Thank you very much AScha.3 and STOne-32