I am using LPC540xx evaluation board, with SPIFI pooling example.
I am using SPIFlash to store data and my program at the same time.
I'm trying to store 336kbytes of memory.
I am able to view the data stored under "memory" at location 0x10000000 at my MCUxpresso IDE.
The winbond flash have enough space for my data store, but I am not sure about the memory placement in the controller.

I think from location 1x10001000 the program memory gets over written and my data is lost.
How can I check from which location is the program written and how can I change the loaction?
According to the datasheet I can use this much space(0x1000 0000 - 0x17FF FFFF) for SPI Flash Interface,

What I am trying to do store around 400kbytes of memory in flash and save the program memory in the flash at the same time is it doable?
This is how the memory detail looks under MCUXpresso, I'm guessing I can make the partition here, but not sure,

Sorry if I am all over the place, please help me out I am a newbie when it comes memory placement.
#evaluation board #LPC54S018 #spiFI
@xiangjun_rong