This appendix lists the most commonly used peripheral pin mappings for the STM32H743VIT6 in the LQFP-100 package. All alternate function (AF) numbers are from the official datasheet (DS12110). When configuring Embassy, you specify the pin and Embassy selects the correct AF automatically — but knowing the AF number helps when reading the datasheet or debugging.
Think About It: PB10 appears in both the SPI2 and I2C2 tables. A pin can only serve one alternate function at a time. If you need both SPI2 and I2C2, pick non-conflicting pin options.
Fun Fact: On Nucleo-144 boards, USART3 (PD8/PD9) is typically connected to the ST-Link's virtual COM port. This is the UART you see when you open a serial terminal over USB, even though the STM32 itself is using USART3 — not USB.