Hello:
I found an error when building the c code in C6713 dsk.
The error seems to indicate that there is not enough memory for the section .const.
But I just want to know what is the probable reason of causing this error?
What .const normally contains?
I imported 965499 data with pointer:
And defined many constants with #define:
Is it because I defined so many constant that .const section has not been assigned enough memory in IRAM?
thank you