User Activity

Hi,I'm using DAC with DMA to implement a shape generator on STM32F746.So i'm creating a buffer filled with the datas of the shape concerned that i transmit to the DMA with HAL_DAC_Start_DMA() function.While most of the time everything is ok and the s...
Hi, i am working on signal wave generation on the STM32L053 Discovery kit. I'd like to see the maximum frequency of signal generation (a sinus with 100 samples using DMA). But the problem is : i cannot reach over ~20kHz, which is not even in the ultr...