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.

CCS/RM41L232: Memory changes in safety diagnosis library

Part Number: RM41L232

Tool/software: Code Composer Studio

I am working on integrating Hercules safety diagnosis library in RM41L232 controller.

Presently I have enabled _RM42x_ macro for the RM41 microcontroller.

1) In which safety diagnosis library file I have to make memory-related changes for RM41.

2) In sys_link.cmd what are the changes I have to make in MEMORY.

MEMORY

{

VECTORS (X) : origin=0x00000000 length=0x00000020

FLASH0 (RX) : origin=0x00000020 length=0x0001FFE0

STACKS (RW) : origin=0x08000000 length=0x00001500

RAM (RW) : origin=0x08001500 length=0x00006B00

/* USER CODE BEGIN (2) */

/* USER CODE END */

}