Part Number: RM46L852
Tool/software: Code Composer Studio
It seems as if the instructions provided at the following link do not work in Code Composer 8.2.0.00007 (Windows 7):

Specifically, if I perform the above steps, move the project directory that includes the launch and target configurations (so that the original directory does not exist), and import into a new workspace, things look like this:
- The launch configuration does not connect.
- Target Configuration in the Launch Configuration is "${project_loc:[project_name]}\targetConfigs\RM46L852_XDS200.ccxml"
- The Project and Program references are lost in the Launch Configuration's "Program" tab.
- There are a few absolute paths still in the launch configuration.
A much smaller issue is that the steps seem to have any launch configuration reference the current active target configuration. Since the target configuration includes the JTAG device used, it seems you wouldn't be able to provide clean, simple configurations for more than one JTAG device. But I'd be happy if the configuration for a single device were properly transferable via version control.
Is this a known issue, or perhaps an example of this in a working state? Thanks!

