Re: [Flashforth-devel] doloop.fs
Brought to you by:
oh2aun
From: Mikael N. <mik...@fl...> - 2021-05-11 17:52:48
|
On 2021-05-11 16:52, Christopher Howard wrote: > I'm finding when I play with the chip today, that if I try to run any > word other than `words' or `empty', then I just get the "FlashForth 5 > ATmega328P" like the chip has reset. The LATEST variable in eeprom and ram is not correctly initialized. EMPTY fixes that if everything is done correctly. After programming the chip, the first 2 bytes of eeprom must contain 0xffff in order to trigger correct initialization of the eeprom. That can be achieved by letting the ICSP programmer erase the chip before programming it. |