-
Notifications
You must be signed in to change notification settings - Fork 14
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
sd-card i/o rework & fix #10
Comments
Vote for option 1, i.e move sd card tp spi1. Also Iam interested in paricipating in IAP bootloader development. |
Code for the bootloader: |
Re-wired the SD-card to SPI1 in the schematics and added extra pins to EXP2 and EXP3. Removed 3.3V from EXP3. Need to route the changes in the PCB. |
It has been routed. Thank you @ArkadiuszRaj |
At the moment the sd-card connector is broken (missing CS pin connection).
We can:
Downside of #1 and #2 is that I need new bootloader to read sd-card via SPI. Not a terribly big issue.
Downside for #2 and #3 is that we are short on pins again &^%@#$%^!
Best to probably byte the bullet on the bootloader and do #1, we'll have a few extra IO pins, which is nice.
The text was updated successfully, but these errors were encountered: