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.

CCSv5.2: device support known issues

Other Parts Discussed in Thread: AM3352, AM3357, AM3356, AM3354, AM3359, AM3358

Some issues escaped our test routines and were inadvertently released in CCSv5.2.0.00069. Please apologize for the trouble.


Build problem with projects for any of the AM3352, AM3354, AM3356, AM3357, AM3358, AM3359 devices:

When building a new project of these devices, the error below will appear

"../AM3359.cmd", line 23: error #10264: M3SHDMEM memory range overlaps existing memory range M3SHUMEM

The problem is that the memory section M3SHUMEM has an incorrect start address of (0x44D80000), which overlaps the other section M3SHDMEM.

To repair this, please open the linker CMD file and change the initial address of M3SHUMEM to its correct address of 0x44D00000

M3SHUMEM: o = 0x44D80000 l = 0x00004000 /* 16kB M3 Shared Unified Code Space */  

Thanks to Frank Van Hooft1 for pointing this out in this post.

 


Inexisting GEL file for EVMC6748

When launching a debug session with a target configuration file (.ccxml) using the EVMC6748 board, the error below is shown:

C674X_0: GEL: Error loading file 'C:\ti\ccsv5\ccs_base\emulation\boards\evmc6748\gel\C6748.gel': unable to open GEL file 'C:\ti\ccsv5\ccs_base\emulation\boards\evmc6748\gel\C6748.gel'

The directory where the GEL file is located was inadvertently spelled 'evmc6478' instead of 'evmc6748'

To fix this, open a windows explorer session, browse up to the directory 'boards' shown in the error message (C:\ti\ccsv5\ccs_base\emulation\boards) and rename the directory to evmc6748