Hi,
I have recently edited my command linker file. After programming, I could not connect to the device again (although the test connection in target configuration succeeds) . I get this error message:
PASSWORDS (R) : origin = 0x3F7FFA, length = 0x000008 /* Part of FLASH Sector A - CSM password locations */
-stack 0x400
/* Define size for the CLA scratchpad area that will be used
by the CLA compiler for local symbols and temporary variables; Also force
references to the special symbols that mark the scratchpad area. */
// CLA_SCRATCHPAD_SIZE = 0x100;
--undef_sym=__cla_scratchpad_end
--undef_sym=__cla_scratchpad_start
MEMORY
{
PAGE 0 : /* Program Memory */
BEGIN_M0 : origin = 0x000000, length = 0x000002 /* Part of M0SARAM - used for "Boot to M0" bootloader mode */
// RAMM0 : origin = 0x000050, length = 0x0003B0
L3DPSARAM : origin = 0x009000, length = 0x001000 /* L3 DPSARAM, CSM secure, CLA Prog RAM */
L4SARAM : origin = 0x00A000, length = 0x002000 /* L4 SARAM, CSM secure */
OTP (R) : origin = 0x3D7800, length = 0x000400 /* OTP */
FLASH_ABCDEFGH (R) : origin = 0x3D8000, length = 0x01FF80 /* FLASH, All sectors combined */
CSM_RSVD (R) : origin = 0x3F7F80, length = 0x000076 /* Part of FLASH Sector A - reserved when CSM is in use */
BEGIN_FLASH (R) : origin = 0x3F7FF6, length = 0x000004 /* Part of FLASH Sector A - used for "Jump to flash" bootloader mode */
PASSWORDS (R) : origin = 0x3F7FFA, length = 0x000008 /* Part of FLASH Sector A - CSM password locations */
FPUTABLES (R) : origin = 0x3FD860, length = 0x0006A0 /* Part of Boot ROM */
IQTABLES (R) : origin = 0x3FDF00, length = 0x000B50 /* Part of Boot ROM */
IQTABLES2 (R) : origin = 0x3FEA50, length = 0x00008C /* Part of Boot ROM */
IQTABLES3 (R) : origin = 0x3FEADC, length = 0x0000AA /* Part of Boot ROM */
RESET (R) : origin = 0x3FFFC0, length = 0x000002 /* part of Boot ROM */
PAGE 1 : /* Data Memory */
M0SARAM : origin = 0x000004, length = 0x0003FB /* M0 SARAM */
M1SARAM : origin = 0x000400, length = 0x000400 /* M1 SARAM */
CLAMSGRAM1 : origin = 0x001480, length = 0x000080 /* Part of PF0 - CLA to CPU Message RAM */
