I want to develop code to run on two CC3200 devices (with the CC3200 Launchpad) simultaneously so that they can interact with each other over WiFi. The project within Code Composer Studio allows me to program and debug one device but to program and debug the other I need to disconnect the first device and connect the second, meaning that I can no longer debug the first device. Ideally I would have a single project which can be used to program both devices and then have the option to debug either device in real time.
I could run two instances of CCS with a separate project for each device. However with two devices connected to the PC at the same time I can't see how to tell one instance of CCS to program and debug one device and the other instance to program and debug the other.
Glad to have any suggestions as I am sure others will have come across the same problem.
Russ