HELP - Can anyone test SD card library, preferably quickly? #213
SpenceKonde
started this conversation in
Future development discussion
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
https://github.com/SpenceKonde/SD/tree/master
I need confirmation that it works when SPI has been swapped to alternate pins, and when SPI has been swapped to pins tthat are technically on SPI1. It is really really simple to test if you have SD card, and any experience working with them on arduino. I would really like to get a solution to this documented ideally before 1.4.0 goes out tonight because after that I will not be able to do much
work on this core for several weeks due to a forced relocation .
Anyone with a DA/DB can test this.
Include SPI.h and whatever you normally do to work with SD cards (I have honestly never used one or had any interest in using one with arduin)
This requires a 48 or 64 pin part. SPI pins are on PIN_PE-PE3.
And this which can be one on ANY DA/DB part/ The SPI pins will be PA4-PA7.
before initializing the SD card.
It is possible that it starts SPI during the constructor, you do one of htose, and the SD card doesn't work, but if you mcove it to the default pins, it does work,try this.
or
If anyone could help out here that would be greatly appreciated. I very much want to get it documented what does and doesn't work with the modified SD library. If both of those cases work, then I can just PR it to Arduino and get it fixed for everyone and not have to have any special instructions for people.
Beta Was this translation helpful? Give feedback.
All reactions