2017-05-03 08:14 PM
If I have a program that is running from external flash, STM32F779xxx can I program the internal flash?
I have a bootloader 'app' that I want to fix a bug that is located on the internal flash. What I thought I would do is have my bootloader (the bad one) that already loads an app and 'jumps' to it.Does this make sense?
Thanks.
-stv
2017-05-03 08:25 PM
>>Does this make sense?
Not really, seems a bit dyslexic to be honest.
I'm not sure it is any more robust than running from SRAM, in either case the vector table would need to be pointed away from the internal FLASH. Suggest you experiment, the core programming code is going to be very similar regardless of how you approach it.