[Bug target/44082] AVR watchdog resets the core during initialization

2010-06-10 Thread eric dot weddington at atmel dot com
--- Comment #4 from eric dot weddington at atmel dot com 2010-06-10 17:16 --- Again: setting this to INVALID. -- eric dot weddington at atmel dot com changed: What|Removed |Added

[Bug target/44082] AVR watchdog resets the core during initialization

2010-06-10 Thread j at uriah dot heep dot sax dot de
--- Comment #3 from j at uriah dot heep dot sax dot de 2010-06-10 16:43 --- (In reply to comment #2) > does provide the means to stop/start/refresh the watchdog from the > main C program. No. It contains a fairly detailed description how to place the watchdog reset/initialization int

[Bug target/44082] AVR watchdog resets the core during initialization

2010-06-10 Thread j-etienne at users dot sourceforge dot net
--- Comment #2 from j-etienne at users dot sourceforge dot net 2010-06-10 16:39 --- does provide the means to stop/start/refresh the watchdog from the main C program. But, as said in the original comment, if the bss and/or data section is too large, the CPU spends a lot of time initial

[Bug target/44082] AVR watchdog resets the core during initialization

2010-06-09 Thread eric dot weddington at atmel dot com
--- Comment #1 from eric dot weddington at atmel dot com 2010-06-09 20:21 --- This is not a bug. Please see the avr-libc documentation for here: http://www.nongnu.org/avr-libc/user-manual/group__avr__watchdog.html which gives the method to disable the watchdog. -- eric dot weddingt