The default application ld file has small amount of ram and flash is it safe to move them to use all what is available ie 64K ram and 512K of flash like below?
RAM (xrw) : ORIGIN = 0x20000000, LENGTH = 64K
FLASH (rx) : ORIGIN = 0x8006000, LENGTH = 512K-0x6000
if not safe what are the upper limit ?
thanks in advances