-
Notifications
You must be signed in to change notification settings - Fork 27
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
Add pin override for NUCLEO_F429ZI. #20
Conversation
This is needed as the regular configuration does not work with this board.
A quick question, is this only needed when ethernet is in use? It seemed to work fine in the default pinout otherwise. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also I like the picture 👍
README.md
Outdated
|
||
The above figure shows how to connect the NUCLEO_F429ZI with the v1.0.0 CI test shield. Note: | ||
|
||
- To get the SD Card to work with this platform the CI test shield cannot be connected directly to this board, instead follow the instruction above. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Quick nit, could we add that this is only if ethernet is in use?
maybe
- To get the SD Card to work with this platform the CI test shield cannot be connected directly to this board,
+ To get both Ethernet and the SD Card to work with this platform the CI test shield cannot be connected directly to this board,
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@VeliMattiLahtela commented there is a pin conflict also with Wi-Fi, can you please confirm?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ground wire in CI shield side is in wrong pin. It is now in 5V instead of GND
The image looks good, however the CI test shield is not publicly available nor there is requirement to use it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please just add comments about SPI lines required and leave the image as it is.
Generic pin information, as the CI-shield is just one option. Other adapters will work as well as long as just connect the right pins to the right headers.
Hey @JanneKiiskila, @Timjun01, this is low priority, but we're confused why this workaround is needed. We followed the pins on the CI shield, but it looks like nothing conflicts with the NUCLEO board if you're only using the SD card. Is there a conflict with another peripheral? cc @kegilbert |
This is needed as the regular configuration does not work with this board.