In the project settings files open the linker command file (.cmd).
There are 2 changes you should add there:
1) define the external memory address range

(see the .x_ex_data from address 0x10000)
At the end of the file add the section definition:

Now you can use this memory section.
In the code file add the following pragma:

That's all!
After making the changes in the cmd file, make sure too disable the automatic linker file creation, otherwise it will overrun your changes every time you'll rebuild the project