Other Parts Discussed in Thread: MSP430FR5994, MSP-FET
Tool/software: Code Composer Studio
Hello,
I'm working on an embedded system, based on an MSP430FR5994 that presents an SPI slave to an external device.
For testing, I also programmed up another launchpad-mounted MSP-430FR5994 to act as a master device and spit out a few sequences of commands, and wired the two together. I tried several ways to debug both of these simultaneously, and ended up starting a second instance of code composer, which pointed to a second workspace, and used that one to load the launchpad with the testing code, while I used the first instance to debug the system.
I was able, yesterday, with attention to the order of plugging in cables and starting debug sessions, to get this to work as I wanted - both devices were running independent debug sessions and I could start/stop/reload new code as desired. Today, it isn't having it - all iterations yield an "already in use" error when I attempt to start the second session.
How do I get a code composer session/workspace/project to select a specific debugger/emulator so that I can run two at once?
Any suggestions for other ways to debug two separate launchpads/systems simultaneously would also be much appreciated.
Thanks