Question
CubeMX disable DCache not working properly. BUG
When DCache is disabled, CubeMX still generates this:
#define __DCACHE_PRESENT 1U /*!< CM7 data cache present */
If you comment out this line, CubeMX will uncomment it, causing some peripherals to fail.Using 6.14 and the STM32H743 cpu.
