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.

CONCERTO PROGRAMING PROBLEM

I have problem with program processor F28M35H52C1RFPT.
Till now I have worked with prototype board with processor concerto - exact description: X F28M35H52C1RFPT  YF-24AK60W  G4. I use CCS 5.2.1.00018. I programed both cores using LOAD command from RUN menu (with succes).
Now I start working  with new processor with description: F28M35H52C1RFPT YFB-38AQXPW G4 and I cant program it. I can launch configuration, next conect both cores but if I try program in console I see mesage:
-Cortex_M3_0: GEL Output: Watchdog Timers Enabled
-Cortex_M3_0: GEL Output: UARTs Enabled
-C28xx_0: GEL Output:
-Memory Map Initialization Complete
-C28xx_0: GEL Output:
-RAM Initialization Complete
-C28xx_0: 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.

This masege is for both coers.

According to suggestion 251698.aspx I add following files : F28M35x.C28x.xml and F28M35x.M3.xml to folder 'ti\ccsv5\ccs_base\CCSnowFlash\configs\ ' (in this folder I found files TMS320F28M35x.C28x.xml and TMS320F28M35x.M.xml). But still I cant program new processor (I add that processor operates, I can see dissasembly  instruction (i thik bootloader) during debug and I can see internal registers , so I thik processor operates.)
I did some tricks with this files, I repace names, I remove old. Nothing helps.

Can somebody help me resolving this problem and tell me step by step what should I do.

I appreciate help

Pawel

  • Pawel,

    The "One or more sections of your program falls into a memory region that is not writable" error message usually means that the Flash Programming component is not configured properly, and therefore CCS does not know how to write to Flash memory.

    A couple of suggestions come to mind:

    1. Update to the newest version of CCS5 (5.5.0.00077). This allows us to make sure you have all of the latest files, and are not missing any dependencies.

    2. If that doesn't work, another thing you can do is to generate the Debug Server logs (http://processors.wiki.ti.com/index.php/Troubleshooting_CCSv5#CCS_Diagnostic_Logs), and send it to me. This will provide me with information about why it is not detecting your Flash device properly.

    Thanks,

    Ricky