Other Parts Discussed in Thread: OMAPL138, OMAP-L138
Tool/software: Code Composer Studio
Hi,
I go through the page
https://e2e.ti.com/support/development_tools/code_composer_studio/f/81/p/666156/2454868
as I got warning after compilation as below.
warning #10247-D: creating output section "IRAM" without a SECTIONS specification
As in the above link, it is specified that somewhere #pragma is used for IRAM. Actually I am using #pragma DATA_SECTION ("IRAM"); in my .cpp file for the array which I want to put in IRAM to do faster process compare to the data in DDR. So, I want put some arrays in IRAM section. It is also showing usage of IRAM memory in .map file.Then How could I avoid the warning #10247-D. What should I do for proper use of IRAM for my data arrays?
Thanks,
Rushina.