More about STM32H747 ADC
I have an STM32H747i-Disco board and looking at the ADC example (which I have compiled and ran successfully)
The example uses channel 18 and GPIO PA0_4 as both master and slave ADC inputs.
I would like to use PA0_C and PA1_C as the two ADC inputs but I can’t find any references to these GPIOs in the HAL drivers. How are they referenced and how would I convert the code to use them?
Also, I would really like to transfer this code from running on the CM7 core to the CM4 core: is this a straightforward task? After that I would need to access the ADC result array from the CM7 via shared memory, is this possible?
