Posted on July 06, 2015 at 17:05
Hi everyone,
I'm trying to get a timer triggered (TIM2_UPDATE) AD-conversion of 8 regular channels working. The System is running with 168 MHz. AD-conversion is done in scan mode with a frequency of 2 kHz...
Posted on July 06, 2015 at 17:12
I forgot to mention the DMA IRQ Handler i used:
void DMA2_Stream0_IRQHandler( void )
{
HAL_DMA_IRQHandler( ADC_Handle.DMA_Handle );
}