Page 1 of 1

SD card library example is not working.

Posted: Thu Jul 11, 2019 12:02 pm
by jems
Hello !!!
Guys, I want to use the SD card for reading data.
Mainly, This SD card connected to xmos StartKIT.
So,Please share me code for use this sd card into my device.
I already try to use library which given by,
https://github.com/xcore/sc_sdcard
But depended library to many even after fill still show error on it.
Pls help me out this problem.
Thank you.

Re: SD card library example is not working.

Posted: Tue Jul 30, 2019 6:10 am
by jems
Pls help for this problem.
I hope any one reply me.
Thank you.

Re: SD card library example is not working.

Posted: Mon Aug 05, 2019 9:33 pm
by mon2
Hi. Sorry, missed this post earlier...try the following:

1) Start with a fresh workspace

2) Select Edit perspective (left side of the screen) -> File (top bar menu) -> Create New xTimeComposer Project -> Select a project name of your choice -> Select the startKIT as your Target Hardware -> remove the check so that the Empty xC file is NOT created -> Finish. Leave this tool open.

3) Download from the SD card github sit you are referencing the entire project as a Zip file -> Select Clone or Download -> Download ZIP

4) Back to your xTimeComposer -> File -> Import -> Archive File -> locate with your browser the downloaded zipped file for the SD card from github. This tool will now import this project into your workspace.

5) Proceed to compile using -> Select the project name you selected at the top of this project tree -> Project -> Clean -> Build all. If all goes well, you should have a binary file generated with the .xe suffix.

Hope this helps. Post back if you have issues.

Good luck!