Hello,
what should be the correct settings of the fuses for an ATMega32?

In the makefile i find only the hint that the fuses should be set.
But what is the correct setting?

MCU=atmega32
# set the fuses according to your MCU
LFUSE=0xnn
HFUSE=0xnn

-----------------------------------------------------
http://amforth.sourceforge.net/TG/Hardware.html#fuses

Amforth uses the self programming feature of the ATmega micro controllers to 
work with the dictionary. It is ok to use 
the factory default settings plus the changes for the oscillator settings. It 
is recommended to use a higher CPU 
frequency to meet the timing requirements of the serial terminal.

Fuses are the main cause for problems with the flash write operations. If the 
!i operation fails, make sure that the 
code for it is within the boot loader section. It is recommended to make the 
bootloader section as large as the NRWW 
section, otherwise the basic machine instruction spm may fail silently and the 
controller becomes unresponsive.
-----------------------------------------------------

The problem is that i don't have the original settings and don't know how to 
interprete this description?

At this time i have
hfuse = 80
lfuse = AF

Best regards
Karsten


------------------------------------------------------------------------------
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://p.sf.net/sfu/Zoho
_______________________________________________
Amforth-devel mailing list for http://amforth.sf.net/
Amforth-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amforth-devel

Reply via email to