dma don't work with adc. After first writing dma set flag TEIF. Value wasn't written to buffer. I ported example (adc dma transfer) from stm32h743 to 723, it have this error too.
Thank you, its was first what I had do. Only replace *.ld and change RCC PLL config for my mcu and crystal. The result is the same - dma stopped after conversion starting with TEIF. I add my test project. Its new clear project with only adc + dma.