STM32U5A5 : GPMDA Linked List, what is Datasize
pNodeConfig.SrcAddress = &(ADC1->DR); pNodeConfig.DstAddress = (uint32_t) adc_values_1; pNodeConfig.DataSize = 4*64;
In reference to the above based on an excellent tutorial (STM32U5 Workshop) which I use for nucleo STM32U5A5
https://www.youtube.com/watch?v=_hX6pN2jgYM&list=PLnMKNibPkDnFAy60ZY03q0IK8WztqQKs0&index=8
I struggled to understand what determines the DataSize. How it calculated based on 8 channel ADC12 capture (instead of 4 channels in the tutorial). I looked into the reference manual and it has too many details to narrow down and determine how to set the value correctly.
