schen 1 Posted March 28, 2015 Share Posted March 28, 2015 The SPI.setBitOrder() and SPI.setDataMode() function calls seem not to do anything on the MSP432 LaunchPad. They work fine with TivaC LaunchPad. Quote Link to post Share on other sites
schen 1 Posted March 28, 2015 Author Share Posted March 28, 2015 Just located C:\energia-0101E0015\hardware\msp432\cores\msp432\SPI.cpp and these methods are empty: void SPIClass::setBitOrder(uint8_t ssPin, uint8_t bitOrder) { } void SPIClass::setBitOrder(uint8_t bitOrder) { } void SPIClass::setDataMode(uint8_t mode) { } void SPIClass::setClockDivider(uint8_t divider) { } Quote Link to post Share on other sites
spirilis 1,265 Posted March 28, 2015 Share Posted March 28, 2015 Haha, yeah, @@energia seemed to have been more in a hurry than usual to get this out (on the same day as chip & launchpad release)... I would imagine this'll be fixed by the next release (unfortunately I can't help with a patch here, as it uses TI-RTOS underneath which is a complete mystery to me) Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.