Cannot find a clear mapping from physical ports/pins to the software GPIO pins
Hello everyone,
I am new to STM32 architecture and configuration. I am trying to configure new GPIO ports and pins in an STM32H745i-DISCO board. I had some previous code for the pin configuration, but I could not 100% map it to the user manual for the board. The code is the following. I could not match these definitions to any from the manual. Could anyone help me with the mapping for pins D0-D15 on the board? Thank you very much
#define LD6_Port GPIOD
#define LD7_Port GPIOI
#define LD8_Port GPIOB
#define LD9_Port GPIOC
#define LD10_Port GPIOA
#define B1_Port GPIOC
#define LD6_Pin GPIO_PIN_3
#define LD7_Pin GPIO_PIN_2
#define LD8_Pin GPIO_PIN_15

