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/TMS320F28379D: The RAM space is not enough

Part Number: TMS320F28379D
Other Parts Discussed in Thread: C2000WARE

Tool/software: Code Composer Studio

HI 

When using RAM to debug a program, the RAM space is not enough ,how to resolve this problem?

  • supplement
    Can we debug programs in RAM and store fonts in FLASH? I need to display something on oled.
  • Hi Wuzhuang,

    The Flash API library may be a possible solution as the library has functions for configuring and setting data in flash memory. The library documentation can be found in the C2000Ware directory and the remaining library files are one level up:
    C:\ti\c2000\C2000Ware_1_00_03_00\libraries\flash_api\f2837xd\docs

    The device datasheet corresponding to your device will specify the size of the flash memory.

    Regards,
    Elizabeth