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/BOOST5545ULP: CCS won't compile for boosterpack software demos

Part Number: BOOST5545ULP

Tool/software: Code Composer Studio

Hi,

I am using the TI C5545 BoosterPack for a project. To better understand and learn how to code this boosterpack, I am attempting to build and run the sample projects for the booster pack. However, I keep running into the error posted above in the photo. Is this a common issue or a quick fix?

Thanks,

Soham

  • Soham,

    That error arises because of a mis-match in the memory model of the library. You can correct this by going to:
    Properties>Build>C5500 Compiler>Processor Options> Specify memory model to huge.
    Properties>Build>C5500 Compiler>Processor Options>Advanced Options>Run Time Model Options>ptrdiff_size to 32

    Then rebuild the library. Its strange that you are getting this error by default because the examples should be for large memory model.

    Lali