From: pito <pi...@vo...> - 2010-08-08 19:44:46
|
Hi, quite often happens to me that amforth is lost (even reset does not help) when running a code under development, so I have to reflash the atmega and upload the whole stuff again. What is the typical reason for that? My understanding is that unless I (or something) reprogram(s) the flash or the eeprom, the amforth shall be rock solid and must return to life when reset. Is that because when I loop by accident into flash area it might happen it runs a directive which does the reflash of the flash? Is there any mechanism available so we may disable such routines in order to block accidentaly changing the code? Thanks Pito. |