We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
PR request coming in as a workaround for this (requires HW modifications/jumper cable usage).
#20
Sorry, something went wrong.
simonqhughes
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: