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: program will not fit into available memory while building the project

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

Tool/software: Code Composer Studio

Hi all

    Project: Using launchpad to communicate with OLED (SSD1316) through I2C bus.(by modifying this demo project "software_install\C2000Ware_3_02_00_00\driverlib\f28004x\examples\i2c\CCS".)

    Problem:program will not fit into available memory(see picture below)

By the way, the develop board is LAUNCHXL-F280049C, but I don't know how to change the config file. The config file  should be "TMS320F280049C_LaunchPad.ccxml" but it looks like not working.

  • Hi ,

    The error indicates that the code that you have added is unable to fit into the defined memory sections. Are you running from RAM or FLASH? 

    Also, have you enable the optimization level of the compiler?

    Coming to second part of the question,  this CCS project should have multiple Build configurations. You need to enable the build configuration for Launch Pad (CPU1_LAUNCHXL_RAM or CPU1_LAUNCHXL_FLASH) to enable the appropriate CCXML file

    Best Regards

    Siddharth