Question
STM32F103 - RDP with programming
Posted on May 10, 2014 at 17:58
Hello
I am searching for the way how to protect my chip. It should:- protect flash memory from reading in all cases, even if somebody flashes his own firmware.- allow to upload new firmware with stock bootloader (usart) - only XX pages are erased/replaced.- allow to read/write flash only from my firmware.I need to protect especially one flash page, other pages are irelevant.Do you think it is even possible with RDP or different technique?Thank you very much #flash-protection