Hello,

On 05/06/2012 08:12 PM, Jan Kromhout wrote:
>
> If I understand correctly the best is to buy some bare 328p chips,
> and flash them without tatching the lock bits.

If fuses and "lock bits" refer to the same thing, then
no: "bare chips" and arduino boards are different things.
I personally use the following settings on arduino "duemilanove" 
and "uno" boards

MCU=atmega328p
# set the fuses according to your MCU
LFUSE=0xFF
HFUSE=0xD9
# some MCU have this one, see write-fuses target below
EFUSE=0x05

The bare chips will run on the internal RC oszillator at 1 (or 
8?) MHz, they will ignore the attached crystal, unless you 
correct the fuse bits.


There is a "readme.txt" file in the directory appl/arduino with 
more information on arduinos.

And just to make sure: you are aware, that flashing amforth to 
an arduino board does remove the arduino bootloader, are you?


Cheers,
Erich

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
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