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.

HALcogen 3.05.02 RM48L950ZWT_FREERTOS Build Memory Overlap

Other Parts Discussed in Thread: HALCOGEN

I have just upgraded my HALcogen version to the latest 3.05.02

On rebuilding my RM48x FreeRTOS code I now get build errors due to Flash0 memory overlap.

The new sys_link.cmd file has the following entry which seems to overlap a new KERNEL section with FLASH0.

Please confirm this as a bug or am I looking in the wrong place?

MEMORY
{
    VECTORS (X)  : origin=0x00000000 length=0x00000020
    KERNEL  (RX) : origin=0x00000020 length=0x00008000
    FLASH0  (RX) : origin=0x00000020 length=0x0017FFE0
    FLASH1  (RX) : origin=0x00180000 length=0x00180000
    STACKS  (RW) : origin=0x08000000 length=0x00001500
    KRAM    (RW) : origin=0x08001500 length=0x00000800
    RAM     (RW) : origin=(0x08001500+0x00000800) length=(0x0003EB00 - 0x00000800)
    
/* USER CODE BEGIN (9) */
/* USER CODE END */
}