Execution of code in SRAM of STM32F405
Hi, I am using STM32F405.
I use the Flash Sector as follows.
- Sector 0: IAP
- Secotr 2: Data Save
- Sector 5: Main Application
Main Save the data in APP. And Main_APP erases Sector2 before writing the data.
While erasing Sector2 from Main_APP, I noticed that Tiemr_Interrupt does not occur.
Checking the datasheet shows that you can not read during Flash Erase / Write.
So I want to copy the Main_APP code to SRAM. What should I do?
Best Regards