This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Multiple MSP430 targets to single GUI

Other Parts Discussed in Thread: MSP430G2553

Hi,

I am working with 3 DRV8711-Booster packs along with MSP430G2553 launchpads to run 3 stepper motors. I made a GUI using GUI Composer. I made three different .out files with different variables for each kit. Then I exported the GUI (with variables of all three kits). All launchpads are on different COM ports and I made three separate configuration .ccxml files (with unique COM Port hardcoded). In the appInit.js script, I first set config for launchpad 1 (using its .ccxml file) and loads its symbols (through its .out file), then set config for launchpad 2 and loads its symbol and similarly for launchpad 3. GUI loads, but I can only control 1 motor (the last one).

I am using CCSv6. I want to control each motor together. Help required.

Regards

Aman