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.

TMS320F28386D: CPU1TOCM MsgRam Allocation not align

Part Number: TMS320F28386D

HI,

I went to allocate some variable with retain section in CPU1TOCM MsgRam.

How ever, I found that the allocation in CPU1 and CM may not match. 

It is the section group in the .cmd file.

And the build result in .map file(below image):

1. in CPU1, there is a hole between MIII_LnkRbuffFiles and MIII_ReceiveErrorFiles

2. in CM, there is not hole etween MIII_LnkRbuffFiles and MIII_ReceiveErrorFiles

How can I avoid the problem?