cancel
Showing results for 
Search instead for 
Did you mean: 

Switching the execution of code from external Flash to Internal RAM

satyasai_star
Associate

How to switch the execution of the application code from external flash to internal ROM in STM32H7xx microcontroller?

2 REPLIES 2

Most micro-controllers just go wherever you set the Program Counter (PC), ie branch, subroutine call, function pointer, etc.

What external flash are you using? QSPI attached?

What are you actually trying to achieve? ie end goal.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
satyasai_star
Associate

We are using "SST26VF016B-104I flash", with QSPI interface.

Our final goal is to switch the execution from external FLASH to internal RAM on an interrupt.