LAUNCHXL-F2800137: Code not getting loaded in the launch

Part Number: LAUNCHXL-F2800137

Tool/software:

Hi

I have written a code that is working properly and loading without any issues. However, when I make a copy of the code and rename it, I encounter an error. Additionally, even when I use the same working code in a different workspace, it throws the same error. Could you help me understand why this is happening and how to resolve it?I compared sys configurations but i dint find any difference in the code

 

  • Hi Muntaha, 

    Is the error you are referring to the one in the picture? This indicates that you haven't properly loaded the program. Your original program probably has a target configuration (.ccxml) file which gets initialized when you start the debug session. In your copies, you should be sure to include this target configuration in your project. Optionally, you could open the target configuration menu, right click the desired target config, then select connect to target. You would then need to load the program binary on the device

    Regards,

    Peter