Why XMOS SDCARD lib is too slow interface.

Technical questions regarding the XTC tools and programming with XMOS.
User avatar
Lele
Active Member
Posts: 52
Joined: Mon Oct 31, 2011 4:08 pm
Contact:

Post by Lele »

It's the existing repository updated:
https://github.com/xcore/sc_sdcard


User avatar
Brilldea
Member
Posts: 15
Joined: Thu Jan 26, 2012 1:25 pm
Location: Singapore
Contact:

Post by Brilldea »

So it is the SPI interface that was added?
User avatar
Lele
Active Member
Posts: 52
Joined: Mon Oct 31, 2011 4:08 pm
Contact:

Post by Lele »

SPI was already in the project but at low speed (400KHz) now it is increased in performance further you can select the 4bit intefrace which is even faster.
jagspaul
Experienced Member
Posts: 117
Joined: Tue Oct 18, 2011 3:28 pm

Post by jagspaul »

why you kept SPI 400 khz only. What is the main reason which stop you to increase SIP interface High speed?

jags
User avatar
Lele
Active Member
Posts: 52
Joined: Mon Oct 31, 2011 4:08 pm
Contact:

Post by Lele »

Hi Jags,
SPI is now clocked at 25MHz for read and write operations.
Post Reply