chipKIT® Development Platform

Inspired by Arduino™

MPIDE SD library using HW SPI

Created Sat, 29 Nov 2014 16:20:53 +0000 by kragulan


kragulan

Sat, 29 Nov 2014 16:20:53 +0000

Hi All,

I looked into the SD library. It appears to use SW SPI. Does anyone have HW SPI working with an SD card?

Thanks.


majenko

Sat, 29 Nov 2014 20:13:00 +0000

In UECIDE I do, yes. It's one of the first things I did was re-do the SPI side of that library. I haven't back-ported to MPIDE yet because the requirement of the DSPI library would break all the examples and other people's code, unless they manually add DSPI.h. Of course, UECIDE does that for you, so it's all fine in there.