Hi
Iam using TMS320C6455 DSK.How to change dsp/bios configuration according to the program.
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.
Hi
Iam using TMS320C6455 DSK.How to change dsp/bios configuration according to the program.
Hi Sruthy,
The *.cfg is THE file which encloses the allocation of physical memory for the memory sections of the application.
So you may have to look into it.
Regards,
Shankari
Hi sruthy,
The following are my suggestions.
1. First, go to the product folder of TMS320C6455 and try to download the software package available for TMS320C6455.
2. Install the software package and go through the available documents and learn how the examples can be built in CCS and run on the target board.
3. Once you are successful runnning the examples, you will get a good hands on experience and then you can try out your own examples / customized examples.
4. In general, if there are any compiler related issues, you may have to post to CCS forum.
Regards,
Shankari
-------------------------------------------------------------------------------------------------------
Please click the Verify Answer button on this post if it answers your question.
--------------------------------------------------------------------------------------------------------
[lcon.c] "C:\CCStudio_v3.3\C6000\cgtools\bin\cl6x" -g -fr"C:/Documents and Settings/Das/Desktop/lcon/Debug" -d"_DEBUG" -mv6400 -@"Debug.lkf" "lcon.c"
"lcon.c", line 22: warning: last line of file ends without a newline
[Linking...] "C:\CCStudio_v3.3\C6000\cgtools\bin\cl6x" -@"Debug.lkf"
<Linking>
>> warning: creating output section .switch without SECTIONS specification
>> warning: creating .stack section with default size of 400 (hex) words.
Use
-stack option to change the default size.
>> warning: creating .sysmem section with default size of 400 (hex) words.
Use -heap option to change the default size.
Build Complete,
0 Errors, 4 Warnings, 0 Remarks.
Error: The application is using 64 MB of DSP memory. Verify application memory usage. To increase the supported memory limit.