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/UCD3138A: CCS 8.1 can't build UCD3138A project and can't generate ****.x0

Part Number: UCD3138A
Other Parts Discussed in Thread: UCD3138

Tool/software: Code Composer Studio

Please!why can't I build UCD3138A project and fail to generate ****.x0?

  • Hello,
    Sounds like you are building for thumb mode. See:
    e2e.ti.com/.../1186473

    Thanks
    ki
  • Hi,

    As Ki mentioned, some of the files are being built with Thumb mode, which in the case of UCD3138 it is fine but not on the interrupt files (interrupt.c and standard_interrupts.c).

    To change only these files to ARM mode (and not the entire project, which will cause it to not work), right-click on the <interrupts.c> file, choose Build Properties and then navigate to the following option:

    Repeat for the other file(s) that are reported in the error messages.

    Hope this helps,

    Rafael