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/LAUNCHXL-F280049C: Can SYS/BIOS support LAUNCHXL-F280049C? and How to deal with the following error?

Part Number: LAUNCHXL-F280049C
Other Parts Discussed in Thread: SYSBIOS, C2000WARE

Tool/software: Code Composer Studio

Can SYS/BIOS support LAUNCHXL-F280049C?

Here is the compilation and link error:

  • Yes, SYSBIOS supports F280049C. There are just some mismatched memory range names between the default cmd file (your main one, not the generated linker.cmd file you're showing above) and the default cfg file.

    In your cfg file, go into the Boot module and change the "Load Segment" and "Run Segment" settings for the flash functions to actual sections that exist in your cmd file. You'll also need to create a BEGIN section at the flash boot entry address. You can use one of the example cmd file from C2000Ware as a guide.

    Whitney