we have generate .bin file as you mention and flash on mxrt 1051 using J flash at 0x60000000 but its not working
also we flash at 0x60000000 but its not working.
we have another .bin file share by our client which has flash on mxrt1051 and its working ok.
we check in target memory window at 0x60000000 found same data and also 0x60001000 some data
at 0x60002000 found actual (code)text data
when we compare our .bin file and client .bin file , we found that below diff.
Our .bin file 0x60000000 - (code)text data
client .bin file 0x60000000 to 0x600001f0 - some data , 0x60001000 to 0x60001ff0 - some data , 0x60002000 - (code)text data
How can we generate the .bin file same as client .bin file ?