Resolved! 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 a...