I have a MSP432 LaunchPad and would like to use it in combination with the CC3100 BoosterPack.
I used the TI example: CC3100BOOST_MQTT-TwitterLED_MSP432P401R which works fine, if I build the project with CCS Cloud.
If i open the same project with Keil than I get a message: Missing Software Packs: TI.MSP432. I have installed the current version of the MSP432 Software pack, which is called: TexasInstruments.MSP432.1.0.0. Under Manage Run-Time Environment I switched the Device Startup from TI.MSP432.0.0.9 which is missing to the new Device Startup for the MSP432 Family. After this I was able to build the project and programming the MSP432 LaunchPad.
But unfortunately the code is not working properly. I'm able to debug the project until the function: configureSimpleLinkToDefaultState(). It seems like the programm is hanging there. Are there any solutions for this?