new vs malloc - surprising results with IAR
Hello,Recently I started using c++ application with STM32, and I encounter a very strange behavior:It seems that after 1-3 calls to new() operator the new operator call get hang somewhere into assembly. When I try to step into the problematic new cal...