Re: [Amforth] Lock and Unlock fuse AMForth Arduno UNO

2012-05-04 Thread Matthias Trute
Hi Jan, > Is it needed to unlock before flashing and later lock? Never lock the flash, it is more a precaution to prevent from un-authorized reads with a debugger etc. > > If yes what are the codes for lock and unlock for the arduino UNO? You will have to check the datasheet for your particula

Re: [Amforth] ATmega128 undocumented changes verified in 4.8

2012-05-04 Thread Matthias Trute
Hi, > Questions: The file “core/devices/atmega128/device.asm” says- > "generated do not edit" Can these changes be added to the regular > code base? The MCUSR stuff should be possible. I'll have to rewrite the tool that generates these files anyway. > > “core/drivers/usart_0.asm” - Can the chan