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

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

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

753 Views
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 Kudos
1 Reply

602 Views
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 Kudos