Skip to content

Autostart

Uwe Post edited this page Nov 13, 2019 · 1 revision

Finf programs do not survice device reset.

Unless you store them in EEPROM. Here's how to do that:

Use {{{ save }}}, then enter your program, end with ^Z.

Stop an autostarted program with Strg+C to return to the forth command prompt.

Use {{{ 1 auto }}} to enable autostart of {{{ 0 auto }}} to disable. Use {{{ erase }}} to remove data from eeprom.

Use {{{ list }}} to show the contents of the eeprom.

Clone this wiki locally