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
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!
-----------------------------------------------------------------------------------------------------------------------