Our existing products and designing have been using C3x
The problem I met is that it seems that C33 has some code spaceleft, and the application code can be loaded to the DSP chip, but the code can’t executecorrectly.
In the CMD file, as below, we defined RAM2 as our code memoryand RAM3 as data memory.
RAM2: org = 0x800000 len = 0x4000 /* RAM2 16K words */
RAM3: org = 0x804000 len = 0x4000 /* RAM3 16K words */
Another question is can we define more data memory than codememory such as 20 K for data and 12 K for code?
Also, is there any limitation for the length of file name in thewhole project?
Thanks again and looking forward to your further reply.