Krzysztof Herman
08/30/2022, 4:00 PManalog_io
pins, and note that due to a different indexing system, analog_io[0]
corresponds to GPIO 7 (that is, you are not allowed to use the lowest six GPIOs for analog signals). The management SoC program that initializes the GPIOs should set the GPIO mode for that pin to analog (configuration word 0x000a
otherwise known as GPIO_MODE_USER_STD_ANALOG
).