2018-12-16 10:44 AM
After updating CubeMx from 4.27 to 5.0.0 I ran into trouble regarding the newly created module syscall.c:
How can this be fixed ???
Thanks,
Michael.
2018-12-16 11:48 AM
Have you found why operator new fails? Pool size too small? The _exit() hangs exactly because it's coded so.
-- pa
2018-12-16 01:47 PM
Thanks for pointing me into the right direction. Indeed the heap and the stack pointer are interfering.
Now the question is why this issue was not occuring while using the C++ dialect -std=c++0x ... :\