Compiler not checking ram overflow in local variables?
Stm32CubeIDE v1.6.1STM32 F1 library v1.8.4New, empty project.Something simple as this comples without any error or warning in a stm32f103.It has 20KB ram, but for some reason the compiler doesn't care that I'm allocating 64KB!Of course, it causes a ...