STM32H7 why is Dcache faster than DTCMRAM ?
I am benchmarking Stm32h7 processor on floating point operations and using CYCCNT to measure the performance difference .I placed my function in ITCM-RAM. which is just a function that does double math multiplication 10,000 times, the 4 variables use...