-
Notifications
You must be signed in to change notification settings - Fork 26
How are multiple pin definitions handled? #47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Here is the referenced code from the STM32F4xx/F411C(C-E)(U-Y)/PeripheralPins.c:
|
Hi @sakza Anyway, I've planned to split the array per signal and then provide a way to define each pins to used as I've made for QSPI/OSPI |
Fixe stm32duino#47 Signed-off-by: Frederic Pillon <[email protected]>
Fixe stm32duino#47 Signed-off-by: Frederic Pillon <[email protected]>
Fixe stm32duino#47 Signed-off-by: Frederic Pillon <[email protected]>
Fixe stm32duino#47 Signed-off-by: Frederic Pillon <[email protected]>
Fixe #47 Signed-off-by: Frederic Pillon <[email protected]>
Not sure if this belongs here or in the stm32 core repository - for the f411ceux pin definition, there are two pins defined for SDIO_D0, PB4 and PB7. This seems consistent with the f411 documentation, so obviously not an error/typo. This SD library didn't work, however, until I overwrote the SD pin definition with only a single pin defined as D0.
Is this the correct behaviour? If so, some sort of compiler warning/error could be useful in similar scenarios with other chips.
The text was updated successfully, but these errors were encountered: