STM32F334 - using HRTIM for triggering ADC sampling
Hello,we are using the HRTIM (Channel A) of the STM32F334 to trigger the ADC.The data of the ADC is written to an uint16[3] array by using the DMA.We disabled the IRQ for the specific DMA channel as the ADC value is used by the main program with lowe...