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.

What is the "rts6740.lib : memory.obj (.sysmem)" ?

Hi Champ,

What role is the "memory.obj" of rts6740.lib in the .sysmem section?
Could you please let me know if you have any?

Thanks in advance for your cooperation.

Best regards,
j-breeze

  • Hi j-breeze,

    As per this link:http://www.ti.com/lit/ug/spru187u/spru187u.pdf under section 7.1.1,

    The ".sysmem section" reserves space for dynamic memory allocation. The reserved space is used

    by dynamic memory allocation routines, such as malloc, calloc, realloc, or new. If a C/C++ program

    does not use these functions, the compiler does not create the .sysmem section.

    For more details, please go through the above mentioned document.

    Please reply with more information if it doesnot answer your query.

     

    Regards,

    Shankari.

    --------------------------------------------------------------------------------------------------------
    Please click the Verify Answer button on this post if it answers your question.

    --------------------------------------------------------------------------------------------------------