Resolved! InvalidateDCache with AXI-SRAM gives HardFault
Hello,I have recently moved RAM from DTCM to AXI SRAM (so that I get more RAM).It then failed in dma example.After investigation I found out that the call to SCB_InvalidateDCache results in HardFault_Handler.I've changed it to use SCB_Invalida...