Re: [Amforth] Atmega328p

2011-10-05 Thread pito
h" Předmět: Re: [Amforth] Atmega328p Datum: 5.10.2011 - 14:35:00 > Thanks for that suggestion! Obvious next step. As > it turns out, there's > nothing "stable" coming out of the TXD(pin 3) - in > fact on some resets it > latches to vcc... ? although I also got a ni

Re: [Amforth] Atmega328p

2011-10-05 Thread Matthias Trute
Marc, I found basically 3 reason for a non-working serial line - wrong fuse settings. The controller works with a different clock as you think it does, which lead to different baud rates. The result is some garbage characters on the wire. The only solution is to use... the right settings.

Re: [Amforth] Atmega328p

2011-10-05 Thread Mark Malmros
Thanks for that suggestion! Obvious next step. As it turns out, there's nothing "stable" coming out of the TXD(pin 3) - in fact on some resets it latches to vcc... ? although I also got a nice pulse train on another reset - but mostly I see nothing! So need to investigate those issues. I assemble

Re: [Amforth] Atmega328p

2011-10-04 Thread D Nyberg
On 10/4/2011 10:43:00 AM, Mark Malmros (m.malm...@gmail.com) wrote: > What am I missing? > > I am attempting to put amforth on a Atmega328p following more or less the > Amforth Users Guide (which was written for Amforth 4.2). I am working > from > Linux. ... Can you put a scope or even ju

[Amforth] Atmega328p

2011-10-04 Thread Mark Malmros
What am I missing? I am attempting to put amforth on a Atmega328p following more or less the Amforth Users Guide (which was written for Amforth 4.2). I am working from Linux. Using the example template.asm with the dict_appl.inc and dict_appl_core.inc and the applturnkey.asm in ver 4.5 - it asse