Question
IAP: Boot Loader Write Protection
Posted on January 30, 2016 at 13:43
Dear Forum Members,
I am using STM32f103 custom board. I have divided my flash into 2 parts, one for custom bootloader and other for application(as explained in ST IAP example). Now I want to made boot loader section write protected. So that there will be no possibility of boot loader corruption during any write process. But I dont want to make application area write protected. So during application firmware update can I update application area without touching the boot loader section write protection.