Other Parts Discussed in Thread: CC3100BOOST, CC31XXEMUBOOST, CC3100
I'm using a new MSP432 and CC3100Boost and trying to run the MQTT-TwitterLED demo that is part of MSPWare_2_21_00_39 (using Keil MDK 5 development environment). I made the appropriate changes from the Readme file (SSID_NAME, SEC_TYPE, PASSKEY, etc.), but the program doesn't work. When I modify cli_uart.h by adding #define _USE_CLI_ in order to get debug messages, I see the banner message but nothing after that:
MQTT Twitter Controlled RGB LED - Version 1.0.0
*******************************************************************************
There should be other status messages that print out.
At one time, I had this demo working with other hardware. Then after testing the old CC3100Boost with the CC31XXEMUBoost, I couldn't get the Twitter demo working again so I eventually bought new hardware even though the CC3100Boost and the MSP432 worked fine with other applications. With the new hardware, the MSP432 runs the Out-Of-The-Box demo fine. Anyway, since I'm using brand new hardware, this looks like a software problem.
It could have something to do with unhandled interrupts. In fact, the interrupt handlers don't appear to have the correct names (CMSIS default) based on the vector table. However, I've tried changing those names and the program still doesn't run. Anyone seen problems with this demo??