From: Matthias T. <mt...@we...> - 2013-02-16 18:13:36
|
Hi Rafael, > Trying to include dict_mcu.inc, I can't find file words/no-wdt.asm > It seems this file is missing from the distribution (amforth-5.0 or amforth-code trunk) no-wdt is intended to disable the watchdog at runtime (regardless of the fuse settings). Unfortunatly there are two different methods to do this, depending on the controller type: either WDTCR or WDTCSR registers. SLEEP has a similiar dependency. I simply did not yet write the code to generate the proper no-wdt.asm file in the core/devices/<mcu>/words directories. Just comment the line in the dict-file. Matthias |