STM32H723ZGT6 ADC stuck after first sample
I'm trying, unsuccessfully, to get a simplest single-channel single-ended polling-the-ADC example going on the nucleo h723 eval board.
At first I started bare-metal in assembler from the datasheet, but couldn't get the second ADC sample to fire no matter what register gymnastics I did (the first ADSTART puts some bits in the DR, I figure that did something to the analog input).
Then, figuring I'm still not setting up clocks right or something, I reverted to STM32CubeIDE and followed various HAL tutorials such as this one; same outcome.
https://www.youtube.com/watch?v=6uiO68pdjZA
This particular ADC seems more involved than the simple ones usually covered in tutorials. Can anyone point me to an example of repeated single-shot acquisition with polling or interrupts that actually works on the 723ZGT6 part?
(Bonus points if it can actually run at the claimed 3.5 MS/s...)
