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.
Part Number: MSP432P401R
Fellow MSP users,
I tried implementing a SPI communicaion with a SD card using the above MCU but found unable to do it since a required pin for clock output was missing in the 3rd port (P3.1).
So I tried moving to Port 2, but found the P2.1 (UCAxCLK) pin missing again. I looked into some graphical maps of the pin configuration and found that the SCK pin was given in the P5.1 pin,
but the Port 5 doesn't provide with SPI compatibility according to Technical Guide (slau356) and User Guide (slau597b). Why are some pins missing? How can I solve this problem (that is finding a pin to get
the clock output pin)?
Graphical pin configuration
energia.nu/.../2016-06-09-LaunchPads-MSP432-2.0-—-Pins-Maps.jpg
The programming was done at register level due to driverlib.h malfunctioning so I have a general idea about the SPI and Clock System in MSP432 .
I haven't completed the code yet.
Please can some person with an expirienced knowledge help me with the issue.
(This is my first time using a MSP MCU).
Best regards,
Inoth Munisinghe.
I would recommend using the USCIB0 instance which is found on Pins 1.5,1.6, and 1.7.
http://www.ti.com/lit/ug/slau597b/slau597b.pdf#page=16
Regards,
Chris
**Attention** This is a public forum