Question
STM32CubeMx 5.0.0 update leads to firmware lock using new() operator
After updating CubeMx from 4.27 to 5.0.0 I ran into trouble regarding the newly created module syscall.c:
- compiler error (had to switch the C++ dialect settings from "-std=c++0x" to "-std=gnu11" to fix it)
- but firmware is now not running - it stucks in function _exit() caused by a new() operator

How can this be fixed ???
Thanks,
Michael.