relocating data

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

relocating data

866件の閲覧回数
mvaranda
Contributor I

Hello,

I have too many variables to relocate to the RAM2 area and it is not practical to go one my one to add the MACRO attribute. Is there a similar way to change the ld file in order to list the .o file where we want to place ALL variable from the source to a given section? Like "You can also explicitly assign the object files into a custom section... " explained for the former IDE at:

How to make extern variable of a file stored into a section 

Thanks

タグ(2)
0 件の賞賛
1 返信

720件の閲覧回数
lpcxpresso_supp
NXP Employee
NXP Employee

Assuming you are using MCUXpresso IDE, then read chapter 14, "Memory Configuration and Link Scripts" of the MCUXpresso IDE v10.1 User Guide, in particular section 14.10 and 14.11 on Freemarker Link Script Templates.

The other thing you could potentially do is relocate your heap and stack from their default locations into RAM2, allowing you to leave your variables where they are - as described in section 14.9.

Please post any additional questions on this into the MCUXpresso IDE forum : MCUXpresso IDE 

Regards,

MCUXpresso IDE Support

0 件の賞賛