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.

Memory section and loadalign

Hi,

One of my demo application is based on "Image Processing Demo" platform and .cfg. My application work fine, but to be able to optimize my memory map in the future, I looking for memory map and loadalign value. I can't find any information about loadalign value. For exemple, on the demo .cfg, we have :

 

Program.sectMap[".vecs"]             = {loadSegment: "MSMCSRAM_MASTER", loadAlign:1024};

 

What is the reason of this 1024 value ? Where I can find this information ? And why put .vecs section on shared memory rather than on L2SRAM ?

I take this example, but there are many other sections (NDK section, etc ... ).

 

Thanking you in advance for your advice, because I am a little lost with this memory map.

 

Best regards,