This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

RL_TCP on Cortex R4, RM48 - throwing Heap error : Heap was used, but no heap region was defined. What could be possible scenario?

Hi,

I have tried to port the RL_TCP from Keil on to my RM48 HDK. I am using the TCP_ARM_L.lib

I am getting an error as:

.\Objects\tcpstandalone.axf: Error: L6915E: Library reports error: Heap was used, but no heap region was defined

I have my scatter as:

FLASH 0x00000000 0x00300000

{

VECTORS 0x00000000 0x00000020
{
*.o (intvecs, +First)
}
FLASH0 0x00000020 0x0017FFE0
{
*.o (reset, +First)
*(InRoot$$Sections)
.ANY3 (+RO)
}
FLASH1 0x00180000 0x00180000
{
.ANY2 (+RO)
}
ARM_LIB_STACK 0x08000000 EMPTY 0x00001500
{
}
RAM 0x08001500 0x0003EB00
{
.ANY (+RW +ZI)
}
HEAP +0x100 0x100
{
.ANY4 (+RW)
}

}

Could you please advice on this error.

Regards,

Joshua

Parents
  • Hi Joshua,

    I would recommend to contact ARM/Keil support via your distributor.

    Note that running the MDK middleware on RL48 devices is not supported, but you should get some help regarding the memory configuration.

    Kind regards,

    Johannes

Reply
  • Hi Joshua,

    I would recommend to contact ARM/Keil support via your distributor.

    Note that running the MDK middleware on RL48 devices is not supported, but you should get some help regarding the memory configuration.

    Kind regards,

    Johannes

Children
No data