• 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?
  • 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...
  • 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...