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.