Resolved! DTCM cache DMA issue
Device is STM32F765VI.I'm using DMA to fill data allocated from DTCM, for some reason this seems to be caching.My understanding is that DTCM doesn't need cache management, help me if wrong here. If I don't enable the data cache everything works as e...