Question
STM32H5 and memory barriers usage in ICACHE/DCACHE APIs
Hello.
STM32H5
I'm used to cache operations using memory barriers (ISB/DSB), but looking at a function like HAL_ICACHE_Invalidate() or HAL_DCACHE_Invalidate() I can't find any. Are memory barriers not needed with STM32 ICACHE/DCACHE?
