STM32H733 data cache initialization issue
Hello,
I am using a STM32H733VGT on a custom design board. On a fresh project in CubeMX, I tried to activate data cache but the autogenerated code crashes at SCB_EnableDCache(); . (nothing has been activated on the CubeMX, just the external crystal and debugging port)
i tried enabling or disabling MPU as well, same results.
I need data cache for activating ethernet.
Any help would be highly appreciated.
