This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

which is better for performance fetching instructions from flash or SRAM?

Hello,

If I copy the firmware to SRAM and start execute program from there using STM32F429 (which means that system bus is used to fetch instructions instead of I-code bus).

At this case do fetching instructions and data access can be carried out in parallel ? and which is better for performance fetching instructions from flash or SRAM?

( I know that SRAM is faster than FLASH).