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

Feature: SD Card support library #40

Closed
Dilu9218 opened this issue Apr 7, 2019 · 3 comments
Closed

Feature: SD Card support library #40

Dilu9218 opened this issue Apr 7, 2019 · 3 comments

Comments

@Dilu9218
Copy link

Dilu9218 commented Apr 7, 2019

Expected: Firmware needs to support SD Card read/write functions in PSLab-v6 design

Actual: Current firmware doesn't have any functionality to support this feature

I would like to add required library files and I will refer this open source FatFS library which comes with a GNU GPL licence. Since I don't have the device with an SD card mounted, I would try out the code with existing PSLab device and an external SD Card Module connected with SPI protocol. Once that is done, @CloudyPadmal, could you please check it with the new prototype and provide feedback?

@CloudyPadmal
Copy link
Collaborator

Hello @Dilu9218 , Yes this seems like a possible approach. Please send us code in a PR to review. I'll check with my prototype. Thanks.

@CloudyPadmal
Copy link
Collaborator

Just to define things clearly, following is the pins assigned;

  • SPI Clock RC3
  • SPI Data In RA9
  • SPI Data Out RA4
  • Chip Select RB9
  • Switch RC5
  • Status LED RB15

@CloudyPadmal
Copy link
Collaborator

Will address in #46

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

Successfully merging a pull request may close this issue.

2 participants