big difference in execution time with data in DTCM, AXI, flash
Hello,I am working with STM32H7, Nucleo-board and Atollic TrueStudio.For my project I wrote a small assembler routine to process data (2 arrays of 1400 int16). One run of this routine fetches 3 int16 from each array, so 6 memory accesses in total. Th...