2013-02-02 01:43 AM
Hello ;
It was not clear to me in the documents ; we are loading the program through usart3(stm32f407) ; so can we still have the code protect fuse? I mean we dont our code to be copied; when using Jtag it is ok and protected ;but bootloader? Regards2013-02-02 01:57 AM
The system boot loaders have historically examined the readout protection bit, and disabled a significant subset of the functionality.
Part of your due diligence would be to enable ROP and confirm this, remember you personally need to understand the chip better than those who you consider adversaries. Code running within the part can access the entire address space.2013-02-03 01:18 PM