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: Load program

Other Parts Discussed in Thread: TMS320F28016

Hi,

 

I use a DSP TMS320F28016 as target and i use CCSv4 but i can't load program

I try to load a example project (gpio configuration)

the error is this:

Loader: One or more sections of your program falls into a memory region that is not writable.  These regions will not actually be written to the target.  Check your linker configuration and/or memory map.

  • ,Pablo,

    Which version of CCS4 are you using (Help->About should tell you)?

    Which example are you using? Did you import a example project into CCS or create a new one and add the files from the gpio example? If the example was created for one of the other devices in the F280x family, it may not work as-is for F28016 becauses of differences in the memory map. Make sure the project is using the linker command file (.cmd) specific to F28016 and a target configuration for that device as well.

  • I use CCS4 Version: 4.2.3.00004 

    The example that i used is Example_280xGpioSetup, and you are right, maybe the configuration for 280x doesn't work on 28016

    Do you know where are some examples for 28016?

    Thanks!

  • Sorry I missed this last question. There aren't specific examples for F28016, but you should be able to use the general F280x examples (which are usually set up for a F2808). Just make sure to modify the project to use the appropriate linker command file for F28016 (28106_RAM_lnk.cmd or F28016.cmd depending on whether you want to run from RAM or FLASH).

  • Don't worry Aartig
    I am  already fixed the problem. It was the board there come bad.