Hi All.

After a good couple of days of learning forth and getting my xbee
communicating using interrupts on uart1 in API mode, this has just started
happening and I'm stumped.

When I generate a string with
> s" Some text",

it gets corrupted, and I keep seeing bits of the command lines I've been
typing in the text. For example:


> ." A longer bit of text"
 ok
> 2dup 2dup 2dup
 ok
> type
e 2dup 2dupt of text ok

Also it seems that the location it's putting my string and the location of
the TIB are very close. Is this why I'm seeing my input in the string?

> ." A longer bit of text"
 ok
> .s
14 170  ok
> tib
 ok
> .s
16D 14 170  ok
>

What's going on? I have re-flashed and started from scratch a couple of
times because I initially thought I was running out of memory.

Any advice welcome.

Thanks,

David
------------------------------------------------------------------------------
Keep yourself connected to Go Parallel: 
TUNE You got it built. Now make it sing. Tune shows you how.
http://goparallel.sourceforge.net
_______________________________________________
Amforth-devel mailing list for http://amforth.sf.net/
Amforth-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amforth-devel

Reply via email to