STM32U5 workshop GPDMA on U5A5
I followed the GPDMA tutorial here:
https://www.youtube.com/watch?v=jKOhRfb3gvk
and configured everything as shown. The workshop was on a U575 but I would assume it's the same configuration for the U5A5? I'm using the Nucleo-U5A5ZJ-Q. I'm unable to get data passed via DMA into my data array. I can see the ADC1->DR register getting continuously updated, but my data array remains zero length.
I've attached a zipped project.
Any help would be appreciated.
