Global variables losing their contents, using Keil and STM32l031k6
Dear Community,I am encountering a strange behavior, where some of my global variables in main.c file are losing their contents (even when I declare them as static). They show the initial values which are 0. I am using Keil with optimization level O3...