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.
I have multiple EVMs connected over various USB connections. I can only run a single instance of Code Composer Studio. I would like to know how to connect to an existing running EVM and peer into it's variables without resetting the target....I have attached two highlighted areas from the debug configuration switches.....Can someone tell me whether or not these should be checked or not? I believe they should NOT be checked but I do not know CCS all that well and am unsure...
Thanks
Hey Steve,
The first definitely needs to be unchecked. The 2nd one I don't think matters. I just tested this out on my side using JTAG (not SBW) and these are the steps I did to get this working in CCS v9.3.
At this point, you should be connected to the MSP430 and it should still be running. You should be able to pause the MCU and see the current status.
When I tried with SBW, the MSP430 always reset. I think it might have to do with SBW using the RESET line for communication. I'd have to look into this further to see if it's possible.
Let me know if this helps!
JD
Hi JD....
Thanks for the response....
I am using MSP430FR2355 EVMs, so I am using SBW.....please let me know if you can get it working using that?
Thanks
Steve
Also JD....
I am doing everything you mentioned above but I don't seem to be running even though the target says running.....If I place a breakpoint in my RXISR I never get the characters even though I see them on the logic analyzer and the RXIE and GIE are on? Also when I connect up and load the application and run it I do get my data sets....Can you help here?
I got it to work with SBW on a MSP-EXP430FR5969, without the MSP430 being reset, using CCS 10 by launching a Project-less debug session.JD Crutchfield said:When I tried with SBW, the MSP430 always reset.
In the target configuration used for the project-less debug session:
When I connected to a running MSP430FR5969 without resetting it, I was using the ez-FET Rev 1.2 on the launchpad.Chester Gillon said:I got it to work with SBW on a MSP-EXP430FR5969, without the MSP430 being reset, using CCS 10 by launching a Project-less debug session.
When i tried instead using a MSP-FET, the target MSP430FR5969 does get reset at the point attempt to launch a debug session. Will try and work out if the target device reset is caused by some action the CCS debugger is performing, or the MSP-FET firmware.
When the target MSP430FR5969 got reset when starting a debug session, the MSP-FET was supplying the power to the target, and the target got reset when the CCS debugger called the MSP430_VCC function.Chester Gillon said:When i tried instead using a MSP-FET, the target MSP430FR5969 does get reset at the point attempt to launch a debug session. Will try and work out if the target device reset is caused by some action the CCS debugger is performing, or the MSP-FET firmware.
Found the following in Using the MSPDebugStack:
When the target configuration was changed to use an external power supply, i.e. power from the target connected to the MSP-FET VCC TARGET pin 4, then the MSP430FR5969 target didn't get reset when started a debug session, and was able to connect to the running device.
Chester.....
Thanks....I will give this a whirl!.....My EVM has an ez-FET debugger....I will make sure I remove the power jumper.
Steve
**Attention** This is a public forum