Question
STM32F7 Discovery: Pins PA8 and PI0 are swapped on the Arduino header
Posted on July 16, 2015 at 08:39
I found that on the STM32F7 Discovery board there is a bug in the schematics: On the Arduino header, the PA8 and PI0 pins are swapped.
This is caused by a mixup in the netnames in the schematics. On the Arduino CN4 header, the PA8 pin is connected to net ARD_D5 and on the Arduino CN7 header, the PI0 pin is connected to net ARD_D10. However, on the microcontroller ARD_D10 is connected to PA8, and ARD_D5 is connected to PI0.