|
Re: The 8.2 (or 8.3) Battery Voltage Bug
I find it scary that the linker is allocating variables such that problems that bad are appearing, and you're using code that could do that.
All variables are statically allocated.
Pointers and arrays are used only a few times in the code.
Issues that bad would suggest that something is very, very wrong at a fundamental level. Try it on another RC.
|