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.

Error #10099 F28377D CCSv6

Other Parts Discussed in Thread: CONTROLSUITE

Hi e2e community,


I am currently trying to compile a code on the Delfino F28377D using  a free license of CCSv6. The code I am trying to compile is the adc_soc_epwm_cpu01 example code with some added functions. When I compile the code for the added functions in Dev C (another IDE for C)  it says that the added code is only 35KB. Does anyone know why there is not enough memory? Do I have to upgrade off of the free license (I saw for MSP430 the free license restricts you to 16KB)? Attached is the compiler error.

Thanks,

Brandon

  • Hi Brandon,

    Brandon Contino said:
    Do I have to upgrade off of the free license (I saw for MSP430 the free license restricts you to 16KB)? Attached is the compiler error.

    No need, free license is enough for dev kits or if you're working with XDS100v2.

    Can you implement the same code that would run through Flash instead?

    Regards,

    Gautam

  • Hi Gautam, Thanks for responding. Unfortunately I am still new to CCS, and I'm not quite sure how to do that. How does one go about running it through flash? All I have been doing so far is building the program by clicking the hammer icon. Thanks, Brandon
  • Brandon Contino said:
    All I have been doing so far is building the program by clicking the hammer icon. Thanks, Brandon

    Exactly, this means that you're running your application from RAM. What you can do is refer:

    C:\ti\controlSUITE\device_support\F2837xD\v110\F2837xD_examples_Dual\flash_programming

    Regards,

    Gautam

  • Hi Gautam,


    Sorry for the very delayed response. I looked into the function you mentioned and it looked like that would work for what I was trying to do, but I couldn't completely figure out how to use it (I'm pretty new to programming microcontrollers). I ended up finding an option after going through a few layers in CCSv6 that allowed the program to be built to flash instead of to RAM. After right clicking on the project name it was under show build settings --> manage configuration. Thanks for your help though! I'll probably be back on the forum soon enough with yet another question.


    -Brandon