2016-01-14 10:50 AM
I have a product I've developed that I'd like to protect from reading the code. So I want to understand just how ''unbreakable'' the Level 1 read out is on an STM32F4 processor?
Thanks... #stm32f4-read-out-protection2016-01-15 02:56 AM
Hi roofie01,
I'd highly recommended you to have a look to the P application note, it may answer your question regarding the Level1 Read Out Protection and provides a description of Flash memory protection techniques within STM32F4.A firmware package is delivered with this application note.-Syrine-2016-01-24 12:38 PM
hi,
Does the package work only with the Cube library interface? At this point I am using the regular CMSIS libraries. thanks.