Hi,
On the assumption that you are using MCUXpresso IDE, then please see chapter 14, "Memory Configuration and Linker Scripts", of the MCUXpresso IDE v10.1. User Guide for more details of how images are laid out in memory.
There are various ways of moving the heap, stack or global variables into the second RAM bank described in this chapter - the simplest of which is probably to use the "memory configuration" editor, as shown in section 14.8 and 14.9.
Regards,
Jing