Portenta H7 ADC A7 pin name

Hey,

i'm using the high density connectors on my Portentas and i'm trying to read the analog voltage on analog pin 7 (A7). Reading pin A1 to A6 works fine with:

analogRead(A1);

But how about A7? I've tried the port name PA6 with underscore (PA_6), but name refer to A6, not A7.... Which is the correct pin name for A7?

Thanks a lot!
Klaus

Ok, now i've added some lines to the mbed packages and i now i can use the A7 Pin normally.

1 Like

This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.