User Activity

If DCache is enabled how then can I update a variable (I think DMA + MDMA) and after processing get results to a peripheral e.g. DAC (again MDMA?)?Do I need to clear cache?Will I still have the speed advantage of caching?I am struggling how to get d...
I want the maximum processing speed from the STM32H723. So I enabled ITMC and DTCM cache. The project prcesses samples from 4 ADC inputs with ADC1. ADC1 is timer triggered and set up to use DMA in circular mode to transfer data to a buffer in D2 doma...