• 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...
  • 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...
  • heap
    Simple question probably.. I have define my heap in the startup.s Heap_Size EQU 0x00001032 In a function I use: void SST25_EditEXTStr(...) { unsigned char *buffer; buffer = malloc(0x1000...
  • heap
    Simple question probably.. I have define my heap in the startup.s Heap_Size EQU 0x00001032 In a function I use: void SST25_EditEXTStr(...) { unsigned char *buffer; buffer = malloc(0x1000...
  • heap monitoring
    The software I am working on is written in c++ and uses the RTX RTOS. The program creates instances of module classes according to a configuration string. These are deleted and then remade if this string...