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,
I am facing a serious issue.
My program is now bigger. Whatever changing in .text : > FLASHD |FLASHH PAGE = 0
still giving error.
it is very urgent. Can you please help me ASAP. What configuration need to do?
I am waiting for your response. Please.....
-sudip
Hi,
Please try the following -
- Use :>> instead of : > . This will make the linker split the section to subsections and place them in either of the 2 blocks
- Enable --gen_func_subsections compile flag. This will cretae separate subsections for each function
- You could combine 2 memory blocks to forma a larger memory block. Eg:
Hi Veena Kamath,
Thank you so much for your response.
I am new to the C2000 controller.
Beg your pardon. I am not fully understand what exactly need to modify.
Can you please provide any document link or example for my understanding.....?
Best Regards-
Sudip
This page might be helpful -
https://software-dl.ti.com/ccs/esd/documents/sdto_cgt_Linker-Command-File-Primer.html
Regards,
Veena