Re: [Amforth] AmForth 6.9 on Arduino MEGA using ATmega2560- No reponse at console

2022-04-17 Thread George Herzog
The big advantage with the Arduino Mega is lots of 8 bit ports available for parrallel i/o. The Arduino Uno pretty much forces all i/o to be serialized one way or another. On Sun, Apr 17, 2022 at 3:33 PM Martin Nicholas via Amforth-devel < amforth-devel@lists.sourceforge.net> wrote: > On Sun, 17

Re: [Amforth] AmForth 6.9 on Arduino MEGA using ATmega2560- No reponse at console

2022-04-17 Thread Martin Nicholas via Amforth-devel
On Sun, 17 Apr 2022 07:47:15 +0100 Tristan Williams wrote: > Hi Christian, > > Glad it worked. > > > How much of 256KB flash is effectively usable with AmForth on the > > 2560? ? > 64k only (which is heaps) - W and IP are 16-bits only. The upper 64k is still available, a little bit is used

Re: [Amforth] AmForth 6.9 on Arduino MEGA using ATmega2560- No reponse at console

2022-04-17 Thread George Herzog
tion: > > > > * How much of 256KB flash is effectively usable with AmForth on the > 2560? > > * Will this work as well on a Chinese ATmega2560ProMini (with FTDI > USB chip for terminal input) ? > > * If so, may I share your links with a friend who has an >

Re: [Amforth] AmForth 6.9 on Arduino MEGA using ATmega2560- No reponse at console

2022-04-16 Thread Tristan Williams
0ProMini (with FTDI USB > chip for terminal input) ? > * If so, may I share your links with a friend who has an > ATmega2560ProMini? > > Thanks a lot for your help. > > Christian Hinse > > From: Tristan Williams > Sent: 16 Ap

Re: [Amforth] AmForth 6.9 on Arduino MEGA using ATmega2560- No reponse at console

2022-04-16 Thread Christian Hinse
is work as well on a Chinese ATmega2560ProMini (with FTDI USB chip for terminal input) ? * If so, may I share your links with a friend who has an ATmega2560ProMini? Thanks a lot for your help. Christian Hinse ________________ From: Tristan Williams Sent: 16 April 20

Re: [Amforth] AmForth 6.9 on Arduino MEGA using ATmega2560- No reponse at console

2022-04-16 Thread Tristan Williams
Hello Christian, Below is a link to AmForth hex files I built for my Arduino MEGA using the (then) most recent source (r2457). The console baud rate is 38400 and build details are in the atmega2560.asm file. https://tjnw.co.uk/amforth-bin/ Some background info is contained in this message thread

[Amforth] AmForth 6.9 on Arduino MEGA using ATmega2560- No reponse at console

2022-04-16 Thread Christian Hinse
Hi to your support team. I have AmForth working properly on an Arduino UNO. I am now trying to use it with an Arduino MEGA using the Atmega2560 but I get no console response after programming the files atmega256.hex and atmega256.eep.hex from folder \amforth-6.9\appl\atmega2561 of downloaded