This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Just got the BoostXL-Sharp128 booster pack which I can use with either the MSP430F5529 or MSP432P401R LaunchPads. Specifically I want to find example code for this booster pack. So far using Resource Explorer and looking under MSP430Ware or SimpleLink I'm not finding any. I specifically need example C code for using the microSD card. Where is the example code for this board?
The user guide only says to look under MSP430Ware, and SimpleLink - I tried that.
Hello Ted,
For the Sharp 128 display, there are only a couple of examples I am aware of, one for the MSP-EXP430G2 and one for the MSP-EXP430FR5969 launchpads. You can find those examples in the Graphics library here: https://dev.ti.com/tirex/explore/node?node=AIovtMW57JlImd3Mrj9.wA__IOGqZri__LATEST
For the MSP432P401R, it does actually look like there is a fatsdraw example that uses the sharp128 LCD and SD Card boosterpack. I'm not familiar with this example exactly, but you can find it here:
Thanks,
JD
Thanks JD,
This looks promising, there is also a fatsd example there too. Working with the 432 is fine for learning how to do this.
Ted
JD,
This is a valid source of code for controlling microSD cards, thanks. Also an example for fatsd.
Ted