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