I have a board based on the LPC54S018M (4MB internal ROM) and with no external SDRAM
I am able to test a sample application (lwip_dhcp) from the SDK, And this sample application looks like a non-XIP based image.
Now when I convert the image to XIP image with with these macro "XIP_IMAGE" & "IMG_BAUDRATE=96000000"
and use the below linker file settings
Hello Anand Singh,
XIP: eXecute In Place
meaning process image directly in FLASH.
NO-XIP meaning copy image from FALSH to RAM to run.
About change no-xip to XIP, if you use MCUXpresso IDE, try to disable "Plain load image" , the re-build.
And if you haven't SDRAM, you need config the data in SDRAM to other RAM.
Regards
Alice