I am now using MIMXRT1050 Evaluation board under MCUXpresso. How can I put some of my codes in the SRAM_OC? When I was using LPCXpresso I can implement it using the following instruction.
__TEXT_EXT(RAM3,initSPI) void initSPI(void)
But it did not work for the MCUXpresso and MIMXRT1050 Evaluation board. Your help will be appreciated.
Regards.
Lee Xiao