Question
STM32F030 and in application Flash programming
Posted on September 28, 2015 at 23:53
Hi all,
I am using STM32F030R8 MCU with STM HAL libraries. My application is running from Flash and I would like to use last page of the Flash to store some parameters. At some point the application will erase that last page and reprogram it with the new params. Is it possible to have erasing/reprogramming code running from Flash (of course it will run from page different than the one being programmed) or does this code have to be moved to RAM? Any examples appreciated.Best regards,Adam #stm32f0-flash