Part Number: AM623
Tool/software:
May I ask if I apply for memory through malloc in M core, then which memory region will the memory address be? Will be in the memory area of 0x9CC00000~0x9D8FFFFF, how should I view it?
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.
Part Number: AM623
Tool/software:
May I ask if I apply for memory through malloc in M core, then which memory region will the memory address be? Will be in the memory area of 0x9CC00000~0x9D8FFFFF, how should I view it?
Hi,
Thanks for your query.
May I ask if I apply for memory through malloc in M core, then which memory region will the memory address be? Will be in the memory area of
Please refer to the linker.cmd file for this details. The memory that is allocated during runtime gets placed into the heap section of the memory which is referred by .sysmem section in linker.cmd.
For M4F example, the .sysmem section is stored in the M4F_IRAM region.
Please refer below image.

Regards,
Tushar