2019-12-03 10:42 AM
stm32f4 discovery keil 5.28 in debug mode getting "cannot evaluate" when I define global variable(like this uint8_t random) and sometimes getting wrong value even if the variable is set to 0 (like uint8_t dds=0). WHAT`s the problem?