johnsondavies 9 Posted April 10, 2019 Share Posted April 10, 2019 I was developing a program for the EXP430FR5994LP in June 2018, using version 1.0.3 of the Energia IDE, and I'm pretty sure I was successfully able to read/write an SD card. I recently upgraded my installation to the latest version, 1.0.5, and now when I try and compile the same program I get the error: SD.h: No such file or directory referring to the line: #include <SD.h> Has the SD card support been removed from the Energia core, or am I remembering incorrectly? Quote Link to post Share on other sites
johnsondavies 9 Posted April 18, 2019 Author Share Posted April 18, 2019 Checking back through my notes I've realised that I never had my program working with an SD Card library, so you can close this thread. However, it would be very useful if Arduino-compatible SD card support could be added to the Arduino core for the MSP430 range at some stage. Quote Link to post Share on other sites
Rei Vilo 695 Posted April 18, 2019 Share Posted April 18, 2019 There is an official SD library that works great against the MSP430. Just search a little. I'm using the SD library from Sparkfun with very limited adaptation. Latest release of MSP430 boards for Energia is 1.0.5. Quote Link to post Share on other sites
johnsondavies 9 Posted April 18, 2019 Author Share Posted April 18, 2019 Thank you - I'll try it. It would be great if it could be made a standard part of the Arduino core, like on other platforms. Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.