• Accessing external RAM for heap allocation.
    Hi, I have two RAM on my board. I am using external ram which starts with address : 0x6000000 External RAM size : 1Mb Internal ram which starts with address : 0x2000000 Internal RAM size...
  • Allocate HEAP into external SDRAM with Keil-RTX
    Hello! I'm developing an application which requires the heap to be located in a 32MB off-chip SDRAM. I'm using Keil RTX in the project. The problem is the application falls when a function malloc()...
  • 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...
  • Regarding Heap space allocation in startup file of Tiva C series MCU
    Hello Everybody, I sreeni, working on Tiva C series MCU(32K RAM) based application and want to allocate the space in heap of more than 0x1000 bytes of memory. It works fine when I allocate 0x1000...
  • Regarding Heap space allocation in startup file of Tiva C series MCU
    Hello Everybody, I sreeni, working on Tiva C series MCU(32K RAM) based application and want to allocate the space in heap of more than 0x1000 bytes of memory. It works fine when I allocate 0x1000...