[Amforth] Problems with a Duemilanove

2011-12-05 Thread Torsten Sadowski
Hi, I'm trying to run amforth on an Arduino Duemilanove. Compiling with Avra (from git) and uploading worked without a problem but I can't get a prompt in the serial terminal. I also set the fuses according to the Readme. I have the impression, that the chip does not start. I would expect some

Re: [Amforth] Problems with a Duemilanove

2011-12-10 Thread Torsten Sadowski
: sts 0x060, R0 + 7E: sts 0x100, R0 82: ld R0, Y+ 84: out $3F, R0 86: ld R0, Y+ Cheers, Torsten Am 05.12.2011 um 20:27 schrieb Erich Waelde: > Hello Torsten, > > On 12/05/2011 07:48 PM, Torsten Sadowski wrote: >> Hi, >> >> I'm trying to run a

Re: [Amforth] Problems with a Duemilanove

2012-01-10 Thread Torsten Sadowski
Hello Marcin, This is what I get from avra: duemilanove.hex: [exec] AVRA: advanced AVR macro assembler Version 1.3.0 Build 1 (8 May 2010) [exec] Copyright (C) 1998-2010. Check out README file for more info [exec] [exec]AVRA is an open source assembler for Atmel AVR micro

Re: [Amforth] uploading files on arduino UNO

2012-01-14 Thread Torsten Sadowski
Yes, the DTR line triggers the reset. In the UNO schematic the pin on the (r3) 16u2 is labeled CTS. Could this be the reason? Cheers, Torsten Am 14.01.2012 um 20:44 schrieb Robert Epprecht: > Erich Waelde writes: >> On 01/14/2012 08:12 AM, Robert Epprecht wrote: > One key difference betwee

[Amforth] /user does not appear in 'words'

2012-01-22 Thread Torsten Sadowski
Hi, I tried my luck with multitasking but was not successful. Calling 'task' hangs the system. In task 'enviroment?' seemed to the the culprit as it also simply hangs the system then I saw that '/user' does not appear in the word list. This is also true for some other words like 'cpu', '/hold'

Re: [Amforth] /user does not appear in 'words'

2012-01-30 Thread Torsten Sadowski
Thank you for the enlightenment about 'environment show-wordlist'. Does your comment about environment queries can't be compiled mean that in the definition of 'task' s" /user" environment? if allot else 24 allot then \ default user size will always give 24 allot ? My original problem w