• 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...
  • Problem:- Calling a subroutine that did NOT return to original caller
    Hi all, I am cracking my head to see why Keil's uVision2 has this problem? Calling a subroutine callee on the first time, returned to the original Caller with no problem. Calling it 2nd time...