• How create heap in external memory
    hi i am working an embedded project with keil mdk-arm compiler. i am trying to access to external memory as heap,but after download my programe in my micro(my micro is lpc1788) it crash(without...
  • JSON object creating problem
    Hello i am using cJSON keil library but i facing many problem to create object and convert object into string. 1. This code work fine int main(void) { root = cJSON_CreateObject(); cJSON_AddNumberToObject...
  • Creating and using object libraries
    I will be willing to pay for this information: I am using micorvision 2 and need to know how I can construct a library of objects and then how I can reference those objects from a main program. For...
  • 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...