Where to find infos/specification of instruction prefetch behavior/required alignment (STM32H7/QSPI)
I'm unable to find any information on the STM32H7 instruction prefetch behavior (from QSPI/octospi).My usecase/problem: I have a piece of startup code (executed from external QSPI) that moves the main application into (executable) RAM (this is basica...