I did load the *'amforth-6.9\appl\eval-pollin\p644.*'* hex and eep files to
check things. It works and I can make new words. But, when I loaded (via
realterm, all ok):
- to-name.frt
- see.frt
see always returns 'not found' on any word I try.
> ' see see
not found ok
> ' reveal see
not
I did see posts/problems with different implementations of AmForth hanging.
Not sure they are related to my issues, but they do seem similar by
description.
*One additional note:*
*The EEPROM has to be reprogrammed for the 328PB to recover, a power cycle
actually does not work!*
I did load the 6
*amforth 6.9 ATmega328P Forthduino*
*> 3 4 + .*
*7 ok*
*> : x2 dup + ;*
* ok*
*> 2 x2 .*
*amforth 6.9 ATmega328P Forthduino*
*> 2 x2 .*
*amforth 6.9 ATmega328P Forthduino*
*> 3 4 + .*
*amforth 6.9 ATmega328P Forthduino*
___
Amforth-devel maili
I have been trying to get the 644P 'sanguino' to build and run, but it
never initializes uart0 properly. Leaves out the initialization of the
UBRR. The baud rate is defined in the INC. I believe that I have gone
through the instructions as best I can, but they don't exactly (to me)
match the 6.9
There does not seem to be any UART defined for this family.
There is a LINxxx/UART component that can either be used for a LIN bus or a
UART, but it does not have the usual UDRxx structure. I was wondering if
anyone had actually ported to the chip, there seems to be nothing in the
mailing list.