Solved
Pointer to cyclic buffer at stm32H7A3
I am running ADC DMA in cyclic mode
at STM32G474CET6 Im useing
Buffer_Addr_At_Trigger[ ADC_Loop_Counter] = hdma_adc1.Instance->CNDTR;
to read the pointer of the cyclic buffer
In the STM32H7 family
An syntax error for CNDTR
I can't find the appropriate register in the documentation
Thanks
Haim
