Hello
Yes I did create a project from a stationery and I modified the MEMORY block as follows (AFTER command with length)
MEMORY {
TEXT (RX) : ORIGIN = 0x00030000, LENGTH = 0x6000 # using External DRAM
DATA (RW) : ORIGIN = AFTER(TEXT), LENGTH = 0x1000
}
The trouble you are facing seems to be related to your application.
I would recommend you to log an Service request through our on-line support web site to get a support engineer to look at that.
Do not forget to attach a reproducible project to the SR.
CrasyCat