Skip to content
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

NUCLEO_F429ZI and CI-shield & ethernet - pin conflict #16

Closed
JanneKiiskila opened this issue Apr 21, 2017 · 1 comment
Closed

NUCLEO_F429ZI and CI-shield & ethernet - pin conflict #16

JanneKiiskila opened this issue Apr 21, 2017 · 1 comment
Assignees

Comments

@JanneKiiskila
Copy link

CI-shield SD-card and ethernet connector have a pin conflict.

SPI_MOSI = D11 https://github.com/ARMmbed/sd-driver/blob/master/config/mbed_lib.json#L17

D11 = PA_7 https://github.com/ARMmbed/mbed-os/blob/master/targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F429xI/TARGET_NUCLEO_F429ZI/PinNames.h#L186

PA_7 = TIM1_CH1N, TIM3_CH2, TIM8_CH1N, SPI1_MOSI, TIM14_CH1, ETH_MII_RX_DV/ETH_RMII_CRS_DV, EVENTOUT http://www.st.com/content/ccc/resource/technical/document/datasheet/03/b4/b2/36/4c/72/49/29/DM00071990.pdf/files/DM00071990.pdf/jcr:content/translations/en.DM00071990.pdf

Kudos to @tommikas for finding this out.

@JanneKiiskila JanneKiiskila changed the title NUCLEO_F429ZI and CI-shield & ethernet NUCLEO_F429ZI and CI-shield & ethernet - pin conflict Apr 21, 2017
@JanneKiiskila
Copy link
Author

PR request coming in as a workaround for this (requires HW modifications/jumper cable usage).

#20

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants