DAC in DMA mode @ enabled cache
Hello!
A simple question.
If I run DAC, using HAL_ADCEx_MultiModeStart_DMA(..., buffer, ...), when D-cache is disabled, I succeed to send what I filled in the buffer.
If I do the same with enabled D-cache, I don't succeed.
SCB_InvalidateDCache_by_Addr() function, which is useful in ADC callbacks, seems to be not helpful for DAC.
How to fix that?
