• problem with calloc()
    Hi. I'm having a small problem, when I use calloc() in my application the application wont start up, it never reach main. Are there some setting that I need to enable, or.. Hope somebody...
  • problem with calloc()
    Hi. I'm having a small problem, when I use calloc() in my application the application wont start up, it never reach main. Are there some setting that I need to enable, or.. Hope somebody...
  • how to alloc memory in interrupt function
    my problem is how to use malloc or free function in interrupt function,because the function like malloc() or free() is non_reentrant.But i have to do it in interrupt function to save memory. what shall...
  • how to alloc memory in interrupt function
    my problem is how to use malloc or free function in interrupt function,because the function like malloc() or free() is non_reentrant.But i have to do it in interrupt function to save memory. what shall...
  • 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...