Hey Guys,
I am new user of Energia. Currently, I am using MSP430G2553 chip to write data in SD card. I found code that works on USCIB0 SPI communication. Here is the link for the code. This code works completely fine. But, I wanted to know how can I change the code to use USCIA0 SPI instead of USCIB0 to do this?
I tried going into pins_energia.h and just changing the pins. But it didn't work. Can anybody help me with this problem?
Here is port assignment for different SPI buses
USCIB0: (Code is using it)
P1.6 -> master in slave out (MISO)
P1.7 -> master out slave in (MOSI)