• malloc returns null i did initialize
    i initialised with init_mempool(0x8000,0x800); but when i call malloc it returns a null pointer why? resolutions?
  • osThreadCreate return NULL
    Hi, I'm using CMSIS-RTOS and when I try to create a thread using the osThreadCreate function it returns NULL and the thread is not created. The code worked fine but do not know what I changed...
  • alloc_mem return NULL
    hi, when my target board run a period of time, the alloc_mem() return NULL in the interupt_ethernet __irq routine. what's the problems?
  • RTOS v1: os_tmr_create() always returns null
    Hello All, I have the #define OS_TIMERS 1 in the conf file; but os_tmr_create() is always returning NULL - does this work on RTOS v1? I have the v1.0 files installed; I am not able to upgrade...
  • Malloc
    I'm using the MCBx51 V2.1 prototype Board with the Keil uVision2 software, but I have some problems with memory allocation. This is the code that i had typed. p = malloc (1000); if (p == NULL...