Question
Toggling PA10
I'm trying to use PA10 to drive a simple LED (custom board), but the I/O doesn't switch at all.
PA10 is not used in any of the device trees.
gpioinfo gpiochip0reports the I/O as "unused" and "output", but switching the I/O with
gpioset gpiochip0 10=1doesn't work. The voltage on the pin stays at 1.7V.
PA10 can also function as OTG_FS_ID or OTG_HS_ID, so maybe this causes problems? I do not use USB in my kernel device tree.
