2023-08-21 09:52 AM
if one pin have two pin name for example d14 could be mcu pin as PD12 ,o PA9 at gpio port. But for gpio_init()should be PD12, the PA9 is for which part to use?
Solved! Go to Solution.
2023-08-21 10:07 AM
Don't confuse pinout of board connectors with pinout of the STM32 chip itself. HAL code always uses the pin names on the chip itself.
2023-08-21 10:04 AM
What part number are you talking about?
Is D14 a ball number? An Arduino rail identifier? ... Make your posts self contained with sufficient detail to understand your situation.
2023-08-21 10:07 AM
Don't confuse pinout of board connectors with pinout of the STM32 chip itself. HAL code always uses the pin names on the chip itself.