Re: [Flashforth-devel] flashforth arduino duemilanove
Brought to you by:
oh2aun
From: Mikael N. <mik...@pp...> - 2013-06-12 14:23:26
|
Hi Sven, My guess is that you forgot to program the eeprom. BR Mikael On 06/12/2013 02:20 PM, Sven wrote: > Hi, > I've downloaded flashforth V3.8 for the Atmega and because I only have Linux on my PC, I assembeled it with AVR Studio V4.17.666 ( That's the only version I got to run with wine ). I got no errors and after checking and changing the fuses, like the recommendation, to: lfuse: 0xFF, hfuse:0xDA, efuse:0xFD > I downloaded the hex file via ISP to the arduino board. After I started minicom (38400 8N1, Software handshake) and pressing the reset button I got: FlashForth Atmega 18.11.2012 > Then I typed in 1 [cr] 1 [cr] 1 [cr] .s [cr] and got: 0 0 0 0 0 ok > If I tried the same with "2", there is no input possible anymore after pressing CR. I could revive the flashforth with CTRL-o or by pressing the reset button. > If I type in "words" the only output I got is: ............... > > I think there's something wrong with my flashforth system any idea what could be wrong ? > Is it perhaps the old AVR studio, which I used for assembling and is it possible to use another AVR assembler to build flashforth? > > Sven > > > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by Windows: > > Build for Windows Store. > > http://p.sf.net/sfu/windows-dev2dev > _______________________________________________ > Flashforth-devel mailing list > Fla...@li... > https://lists.sourceforge.net/lists/listinfo/flashforth-devel > |