Loosing scope in global variables
Posted on January 08, 2015 at 14:22Hello!I'm using STM32 CubeMX 4.3.1 generating code in Keil. I experienced extrange behavior with Global variables. It seems as if at some point within a function a local variable loses its contents...But debugging ...