Teensy 4.0, SdFat, SpiDriver

Status
Not open for further replies.

LuisHS

Well-known member
I'm trying to compile for Teensy 4, an application of Teensy 3.6.

Everything seems to be going well, until this compilation error occurs, it seems to be related to SD cardholder and FAT library.

I know that Teensy 4.0 does not come with an Sd cardholder, although I suppose it can be added. In the Teensyduino installation, I gave the option to install all the libraries, so I don't understand why it gives compilation error, and why it is looking for the kinetis.h file

Specifically this is the error:
C: \ Users \ xxx \ Documents \ Arduino \ libraries \ SdFat \ src \ SpiDriver \ SdSpiTeensy3.cpp: 23: 21: fatal error: kinetis.h: No such file or directory

Thanks and regards
 
Status
Not open for further replies.
Back
Top