Resolved! 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_Add...