Re: [Flashforth-devel] FlashForth on the ATmega2560
Brought to you by:
oh2aun
From: Helge K. <Hel...@gm...> - 2023-01-01 10:44:14
|
Happy New Year to all Forth enthusiasts! Probably the website could be extended with commands for the board other than Arduino UNO. I managed to flash FF to my ATMEGA2560 board using this command: avrdude -v -patmega2560 -c usbasp -e -Ulock:w:0x3F:m -Uefuse:w:0xff:m -Uhfuse:w:0xdf:m -Ulfuse:w:0xff:m -U flash:w:2560-16MHz-38400.hex Now I can play with the stack. But defining a new word causes a warm boot: variable foo FlashForth 5 ATmega2560 19.11.2022 : bar ; FlashForth 5 ATmega2560 19.11.2022 create magic FlashForth 5 ATmega2560 19.11.2022 This was working on a Arduino UNO before. Is there anything other I have to prepare to run FlashForth on ATmega2560? Best regards, Helge On 28.12.2022 20:05, Mikael Nordman wrote: > Hi Helge, > > Check here for the up to date instructions. > https://flashforth.com/atmega.html > > BR Mikael > > On 2022-12-28 16:27, Helge Kruse wrote: >> Can you recommend how to bring the current version to the Arduino 256 >> target? > > > _______________________________________________ > Flashforth-devel mailing list > Fla...@li... > https://lists.sourceforge.net/lists/listinfo/flashforth-devel |