yichang 0 Posted October 30, 2020 Share Posted October 30, 2020 I am having issue of the microSD card adaptor not initialing right, that is it does not successfully handshake between MSP432 and adaptor. I am using the SD.h library provided by Arduino and changed the pins mapping to the MSP432's MOSI, MISO, SCK, CS. However, this did not solve it. I even got an Arduino Uno and tested with the adapter and it showed that it was working there. Any help will be appreciated, as I have been suffering the internet regarding this issue for a while now. Quote Link to post Share on other sites
NurseBob 111 Posted October 31, 2020 Share Posted October 31, 2020 I'm afraid I can't help with your specific problem. However, on any support site, regardless of device, OS, etc., error messages are absolutely required when asking for help, otherwise no one will be able to help you solve your problem. FWIW, merely changing the pin mapping from an Arduino to a launchpad device is only going to work in the simplest of cases. I know there are links on this site regarding porting Arduino libraries to msp43* devices. There are numerous examples of how to read/write microSD cards for the various TI launchpads. So, while you've proved the Arduino library works with an Arduino, you've not really looked at how to move from the Arduino code to a TI launchpad code base. Time for more research on this site as well as making good use of Google... 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.