2019-06-06 05:13 PM
Hello Folks
I dont have access to boot pins to enter system memory to use st bootloader for flashing the stm32 micro. There is an option to jump from user code to bootloader code but I want to keep read protect level 1 in option bytes. So if I erase the read protect bit from level 1 to level 0, flash mass erase happens and also I will lose my code which will jump to system memory. Is there any option to update flash using st bootloader with read protection set to level1 and without access to hardware boot pins?
2019-06-09 11:40 AM
According to AN4758 section 1.1.4, the answer seems to be no.
2019-06-09 01:02 PM
Why can't you write your own loader, or find entry points into the ROM if necessary