How can I map some functions on SRAM_OC with MCUXpresso IDE.

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

How can I map some functions on SRAM_OC with MCUXpresso IDE.

1,092 次查看
leexiao
Contributor I

I am now using the MIMXRT1050 Evaluation Board. How can I put some of my functions (codes) on the SRAM_OC? I have used the LPCXpresso before, I can implement it using the following instruction.

__TEXT_EXT(RAM3, initSPI) void initSPI(void)

However, if I use the above instruction under the MCUXpresso IDE with the MIMXRT1050 Evaluation Board, it did not work. Your help will be appreciated.

Lee Xiao

0 项奖励
回复
1 回复

941 次查看
art
NXP Employee
NXP Employee

Please refer to the Chapter 16 "Memory Configuration and Linker Scripts" of the attached document.


Have a great day,
Artur

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 项奖励
回复