• 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...
  • starting of heap
    Hi, Iam working on LPC1768. I want to allocate memory dynamically. Can anyone pls tell me what is the max size of heap allowed in the controller and what is the starting address of heap . And also explain...
  • malloc with no heap
    Just curious about something I've noticed. I've been using RTX for a project and forgot to change my heap size to something non-zero. I am using malloc's in my code and seemingly have no problems...
  • mistake with Heap
    Hi! I use RTX. In my program except the others there are three processes Here they OS_MUT LOG_MUTEX; #define INIT_LOG_LOCK os_mut_init(LOG_MUTEX) #define LOCK_LOG os_mut_wait(LOG_MUTEX,0xFFFF...
  • printf and the heap ?
    Hello, I have integrated the following #pragma in my program #pragma import(__use_no_heap) now, if I dare using printf I get this linker error: scheduler.axf: Error: L6915E: Library...