From: Terry B. <tr...@gm...> - 2019-04-30 18:23:33
|
Tristan, Thank you for the prompt reply! Please see my comments below On Tue, Apr 30, 2019 at 12:01 PM Tristan Williams <ho...@tj...> wrote: > > I am interested to know what eval hardware you are using. > I am using an Olimex AVR-CAN: https://www.olimex.com/Products/AVR/Development/AVR-CAN/ > > I have not used this device, but I think > amforth-6.8/avr8/devices/at90can128/at90can128.frt has the constants > and these can be sent to the mcu with various tools, including > amforth-shell.py which can do many other things too. > > http://amforth.sourceforge.net/TG/recipes/Upload.html?highlight=upload > > > A lot more words are available as forth code, rather than built-in. > To use them send the forth code to the mcu as above. From amforth-6.8 > directory > > find . -name *.frt > > will show where the files are. amforth-shell.py helps a lot with > including files. > > I also found the technical guide and cookbook really helpful. > > http://amforth.sourceforge.net/TG/TG.html > http://amforth.sourceforge.net/TG/Cookbook.html > > Kind regards, > Tristan > I will try that. Thank you for pointing me in the right direction. Terry |