[Flashforth-devel] flashforth arduino duemilanove
Brought to you by:
oh2aun
From: Sven <sve...@ya...> - 2013-06-12 11:20:22
|
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 |