I'm trying to use the UCA0 for SPI on MSP430FR2433 by using the SPI.setmodule(10); before SPI.begin(), but I'm not getting any data on the SPI lines. The default SPI on this launchpad is UCA1 and it works.
After the above thing didn't work, I tried changing the core files: /home/username/.energia15/packages/energia/hardware/msp430/1.0.5/variants/MSP-EXP430FR2433LP/pins_energia.h
In this file I changed: (from line 47 to 50)
static const uint8_t SS11 = 8; /* P2.1 */
static const uint8_t SCK11 = 7; /* P2.3 */
static const uint8_t MOSI11 = 15; /* P2.4 aka SIMO */
static const