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?