This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AWRL6432BOOST: Unable to debug in CCS

Part Number: AWRL6432BOOST

Tool/software: CCS 12.6

Unable to debug in CCS

We need to modify the file linker.cmd, but the debug function cannot be used after modification. Is there any other place that needs to be set?

The modifications are as follows:

//===========================

SECTIONS
{
/* This has the M4F entry point and vector table, this MUST be at 0x0 */
.vectors:{} palign(8) > M4F_VECS
.bss: {} palign(8) > M4F_RAM12 /* This is where uninitialized globals go */
RUN_START(__BSS_START)
RUN_END(__BSS_END)
.text: {} align(8) >> M4F_RAM12 | M4F_RAM3 /* This is where code resides */
.data: {} align(8) >> M4F_RAM12 | M4F_RAM3 /* This is where initialized globals and static go */
.rodata: {} align(8) >> M4F_RAM12 | M4F_RAM3 /* This is where const's go */
.sysmem: {} palign(8) > M4F_RBL /* This is where the malloc heap goes */
.stack: {} palign(8) > M4F_RBL /* This is where the main() stack goes */
.l3: {} palign(8) > HWASS_SHM_MEM /* This is where L3 data goes */
}

MEMORY
{
M4F_VECS : ORIGIN = 0x00400000 , LENGTH = 0x00000200
M4F_RAM12 : ORIGIN = 0x00400200 , LENGTH = (0x00058000 - 0x200) /* 32KB of RAM2 is being used by RBL */
M4F_RBL : ORIGIN = 0x00458000 , LENGTH = 0x8000 /* 32KB of RAM2 is being used by RBL */
//M4F_RAM3 : ORIGIN = 0x00460000 , LENGTH = 0x00020000
M4F_RAM3 : ORIGIN = 0x00460000 , LENGTH = 0x00021800

//HWASS_SHM_MEM : ORIGIN = 0x60000000, LENGTH = 0x00080000 /* 256KB in APPSS PD, 96KB in FECSS PD and 160KB in HWA PD */
HWASS_SHM_MEM : ORIGIN = 0x60000000, LENGTH = 0x000B0000 /* 256KB in APPSS PD, 96KB in FECSS PD and 160KB in HWA PD */
}

//=============================================

Console log:

//=================================================

[Cortex_M4_0] Invalid CIO command (227) in the CIO buffer at address (0x424150) was not recognized. Please disable interrupts while running.
Invalid CIO command (227) in the CIO buffer at address (0x424150) was not recognized. Please disable interrupts while running.
Invalid CIO command (227) in the CIO buffer at address (0x424150) was not recognized. Please disable interrupts while running.
Invalid CIO command (227) in the CIO buffer at address (0x424150) was not recognized. Please disable interrupts while running.
Invalid CIO command (227) in the CIO buffer at address (0x424150) was not recognized. Please disable interrupts while running.
Invalid CIO command (227) in the CIO buffer at address (0x424150) was not recognized. Please disable interrupts while running.
Invalid CIO command (227) in the CIO buffer at address (0x424150) was not recognized. Please disable interrupts while running.
Invalid CIO command (227) in the CIO buffer at address (0x424150) was not recognized. Please disable interrupts while running.
Invalid CIO command (227) in the CIO buffer at address (0x424150) was not recognized. Please disable interrupts while running.
Invalid CIO command (227) in the CIO buffer at address (0x424150) was not recognized. Please disable interrupts while running.
Invalid CIO command (227) in the CIO buffer at address (0x424150) was not recognized. Please disable interrupts while running.
Invalid CIO command (227) in the CIO buffer at address (0x424150) was not recognized. Please disable interrupts while running.
Invalid CIO command (227) in the CIO buffer at address (0x424150) was not recognized. Please disable interrupts while running.
Invalid CIO command (227) in the CIO buffer at address (0x424150) was not recognized. Please disable interrupts while running.
Invalid CIO command (227) in the CIO buffer at address (0x424150) was not recognized. Please disable interrupts while running.
Invalid CIO command (227) in the CIO buffer at address (0x424150) was not recognized. Please disable interrupts while running.
Invalid CIO command (227) in the CIO buffer at address (0x424150) was not recognized. Please disable interrupts while running.
Invalid CIO command (227) in the CIO buffer at address (0x424150) was not recognized. Please disable interrupts while running.
Invalid CIO command (227) in the CIO buffer at address (0x424150) was not recognized. Please disable interrupts while running.
Invalid CIO command (227) in the CIO buffer at address (0x424150) was not recognized. Please disable interrupts while running.
Invalid CIO command (227) in the CIO buffer at address (0x424150) was not recognized. Please disable interrupts while running.
Invalid CIO command (227) in the CIO buffer at address (0x424150) was not recognized. Please disable interrupts while running.
Invalid CIO command (227) in the CIO buffer at address (0x424150) was not recognized. Please disable interrupts while running.
Invalid CIO command (227) in the CIO buffer at address (0x424150) was not recognized. Please disable interrupts while running.
Invalid CIO command (227) in the CIO buffer at address (0x424150) was not recognized. Please disable interrupts while running.
Invalid CIO command (227) in the CIO buffer at address (0x424150) was not recognized. Please disable interrupts while running.
Invalid CIO command (227) in the CIO buffer at address (0x424150) was not recognized. Please disable interrupts while running.
Invalid CIO command (227) in the CIO buffer at address (0x424150) was not recognized. Please disable interrupts while running.
Invalid CIO command (227) in the CIO buffer at address (0x424150) was not recognized. Please disable interrupts while running.
Invalid CIO command (227) in the CIO buffer at address (0x424150) was not recognized. Please disable interrupts while running.
Invalid CIO command (227) in the CIO buffer at address (0x424150) was not recognized. Please disable interrupts while running.
Invalid CIO command (227) in the CIO buffer at address (0x424150) was not recognized. Please disable interrupts while running.
Invalid CIO command (227) in the CIO buffer at address (0x424150) was not recognized. Please disable interrupts while running.
Invalid CIO command (227) in the CIO buffer at address (0x424150) was not recognized. Please disable interrupts while running.
Invalid CIO command (227) in the CIO buffer at address (0x424150) was not recognized. Please disable interrupts while running.
Invalid CIO command (227) in the CIO buffer at address (0x424150) was not recognized. Please disable interrupts while running.
Invalid CIO command (227) in the CIO buffer at address (0x424150) was not recognized. Please disable interrupts while running.
Invalid CIO command (227) in the CIO buffer at address (0x424150) was not recognized. Please disable interrupts while running.
Invalid CIO command (227) in the CIO buffer at address (0x424150) was not recognized. Please disable interrupts while running.
Invalid CIO command (227) in the CIO buffer at address (0x424150) was not recognized. Please disable interrupts while running.
Invalid CIO command (227) in the CIO buffer at address (0x424150) was not recognized. Please disable interrupts while running.
Invalid CIO command (227) in the CIO buffer at address (0x424150) was not recognized. Please disable interrupts while running.
Invalid CIO command (227) in the CIO buffer at address (0x424150) was not recognized. Please disable interrupts while running.
Invalid CIO command (227) in the CIO buffer at address (0x424150) was not recognized. Please disable interrupts while running.
Invalid CIO command (227) in the CIO buffer at address (0x424150) was not recognized. Please disable interrupts while running.
Invalid CIO command (227) in the CIO buffer at address (0x424150) was not recognized. Please disable interrupts while running.
Invalid CIO command (227) in the CIO buffer at address (0x424150) was not recognized. Please disable interrupts while running.