Hi
I have several .c files linked in a project, and there some variables that sometimes change value at random to arbitrary huge values. These variables are used by all the .c files.
This project uses the flash , the I/O, the ADC, and timers A and B. I've kind of been beating my head against a wall trying to figure out why the values change at random to numbers that have nothing to do with my code. Could I be experiencing a stack overflow somewhere?
I'm kind of at a loss so any insight would help. Thanks.