sylvandb / gruvin9x

Automatically exported from code.google.com/p/gruvin9x
0 stars 0 forks source link

Watchdog TImer reboot fails to re-start system properly #98

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
A forced WDT reboot test in trunk revealed that the system does not in fact 
restart as it should. The cause is that the WDT remains active through the 
reboot, but is reset to 15ms interval. (See trunk/firmware/src/gruvin9x.cpp, 
start of main() function for details.)

Original issue reported on code.google.com by gru...@gmail.com on 31 May 2012 at 10:21

GoogleCodeExporter commented 8 years ago
Oh dear. I went to add the patch for this to branches/frsky only to discover 
that my updated compiler installation will no longer compile this older 
maintenance release. :-/

I now have to choose whether to manually patch all the prog_char references or 
let this one lie until the next official release. Since I don't personally 
understand the prog_char problem too well (a patch was submitted by someone 
else for the trunk code) I'm in an awkward spot, though the decision is clear 
enough, ... I should expedite a next public release of the current trunk code. 

OK. I'm working on it. But there's a lot yet to do and I'm now working alone. 
SO I guess it's going to be a while. Sorry.

Original comment by gru...@gmail.com on 31 May 2012 at 10:25