User Activity

I want to implement a lock-in detection on stm32f373cct6 that means that I need to trig the DMA of the DAC and the DMA of the SDADC with the same timer.I am using CubeMx to confugure the stm32f373cct6.I want to trig the DMA of the injected SDADC1 wit...
I am trying that : sprintf((char*)buffer,"%d\r",HAL_ADC_GetValue(&hadc));CDC_Transmit_FS(buffer,8);but the speed is only 3 or 4kS/sSomeone has something better ?
Posted on September 02, 2017 at 12:01When I want to output un sinewave which the points are included in the exc[z] array it is way slower if I use a timer interrupt :while(1)      {        HAL_GPIO_TogglePin(GPIOB,GPIO_PIN_0); / / 7 µS to send one ...
Kudos from