MPC56xx place RAM code in different address

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

MPC56xx place RAM code in different address

999件の閲覧回数
tbonkers
Contributor III

Hello,

When creating a RAM image, can it be placed at a different address than the beginning (0x40000000)?

Or if that's not possible, can the internal RAM, heap and stack be placed at an address after the end of the RAM image, i.e. creating a gap in between?

Thanks

0 件の賞賛
返信
1 返信

990件の閲覧回数
davidtosenovjan
NXP TechSupport
NXP TechSupport

You can do it. It is needed to modify linker command file and change address range where the RAM image is placed.

It is common to have placed heap and stack putted after end of the code, this way it is done by default.

0 件の賞賛
返信