ADC1 GPDMA1 4 chanels - how to config and run ?
Hi ,
I have a board that has a STM32H562xxx , I have 4 analog inputs mapped on ADC1 IN1, IN14, IN15 and IN18 single ended … ( PA1, PA2, PA3,PA4 ), TRGO TIM8
I have DCACHE1 disabled
HAL_ADC_ConvHalfCpltCallback - gives a flag the cvt is completed
I have a uint16_t dmaBuffer[4]
When I run it the variable dmaBuffer[0..2] have values ~220 with small oscillations and only dmaBuffer[3] with correct values from ADC1
It’s the first time I used this board and 1st to have CACHE … otherwise I eventually disabled it.
Can anyone help ? What info do I need to provide so I get little help make this work ?
Thanks
Cristian
