We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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));
This is about 16MB, and now returns NULL. However, with STM32CubeIDE it works fine.
The project was generated using STM32CubeMX. Is there something I am missing that needs to be considered for memory allocations?