STM32F7 CPU_ENABLE_Cache SCB_EnableDCache() corrupts stack?
Working on a bootloader on the STM32F745 and starting from example code there was the function call CPU_CACHE_Enable.In the original examples, this is called right at the start of main(). I had moved this function call later as I (thought) I wanted t...