|
Re: The 8.2 (or 8.3) Battery Voltage Bug
We were able to work around it by not using printf or Kevin's serial code. We successfully used IFI's blocking serial libraries without triggering the bug. I do not beleive that Kevin's serial code is the entire problem, as we tried reproducing the problem with just his code several times. Rather, we've decided that it is some wierd interaction between his code and our code.
We replaced all our printfs with DEBUG statements like Kevin's camera code so we could easily disable all printfs before doing anything important.
|