• 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...
  • MDK-ARM malloc/calloc always return NULL
    Hello, I just started using uVision and converted a project from STM32CubeIDE to this platform. However, I am unable to allocate memory like I was before: p = calloc(1, DATA_VOL * sizeof(uint16_t...
  • MDK-ARM malloc/calloc always return NULL
    Hello, I just started using uVision and converted a project from STM32CubeIDE to this platform. However, I am unable to allocate memory like I was before: p = calloc(1, DATA_VOL * sizeof(uint16_t...
  • calloc returns address of zero, I did initialize
    I am using an calloc routine and it is giving me an address of zero even though I have initialized the memory with init_mempool (0x0600, 0x02FF); Can you help? What is happening and what should I...