• Malloc returns NULL
    Setup Keil: uVision 5.17.0.0 ARM: LPC1768 A standard project with some UARTS and I2C "Use memory Layout form target" is checked (using the standard scatter file) "Use MicroLIB" is not checked...
  • Malloc returns NULL
    Setup Keil: uVision 5.17.0.0 ARM: LPC1768 A standard project with some UARTS and I2C "Use memory Layout form target" is checked (using the standard scatter file) "Use MicroLIB" is not checked...
  • 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?
  • 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?
  • 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...