Other Parts Discussed in Thread: MSP430F5529,
Tool/software:
I'm using the TI USB Developer Pack CDC example: C0_SimpleSend which builds, loads, and runs fine on the MSP430F5529 Launch Pad, using CCS v. 12.8.1.00005.
I need to get it running on my custom SBC which uses the MSP430F5638 MCU. Just need to send data as text to a Host PC via USB. This example generally does what I need.
Copied the above example into a new Workspace.
Changed project MCU from F5529 to F5638, it builds fine in CCS, but originally would not load into MCU - that issue seems to be fixed. But now I can't reload any program, getting error:
MSP430: Error initializing emulator: MSP-FET430UIF is already in use
Powered everything down & up several times - I can’t even load a different previously working program
1. What is causing the "already in use" problem?
2. What do I need to change in this example to get it running on the 5638? I'm using PU for USB.