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.

CCS/F28M35H52C: GUI composer stand alone app doesn't work

Part Number: F28M35H52C

Tool/software: Code Composer Studio

I'm using GUI Composer V1 - CCS6.2 to monitor Concerto control card (C28 side)

Everything works fine when i run the app in preview mode,

however, when i export Application to run standalone, It can't load program *out file. please see the screenshot below

Can anyone help me?

  • I get the same error message with GUI Composer v2 if I try to use the 28x core on f28m35

    [my_xds]: Error downloading program: File: C:/Users/a0792138/AppData/Local/Temp/ti_cloud_storage/F28M35H52C1.data Does not match the target type, not loaded. Please unplug your F28M35H52C1, then plug it back in and try again

    I am pretty sure what is happening is that it is trying to load the 28x program onto the M3 core. I suspect that multicore devices are not yet supported. I need to confirm this.

    John
  • HI Tu,

    Like John said, you are probably connecting to the wrong core. If you only need to connect to one core in a multi-core device, you can provide a custom ccxml file with all other cores set to bypass. You can create a ccxml file inside CCS's Target Configuration editor and bypass all other cores. Name this file as appConfig.ccxml file and drop it into your app beside the index.html file.

    Regards,
    Patrick
  • Hi Patrick,
    My app worked perfectly.
    Thank you