Why does disabling the data cache in the ExtMem_Boot example corrupt the stack on the STM32F7?
Hi All, I'm having trouble understanding a caching problem with the STM32F7. In the ExtMem_Boot example the code calls SCB_DisableDCache() just prior to jumping to the application stored on the external QSPIFlash . However it never returns from t...