Hi D Williams -
I managed to get Amforth running on a Mega128. There are three
undocumented file changes you need to make:
“core/devices/atmega128/device.asm”: add these lines (I put them after
'ifndef EEPME' etc…)
.ifndef MCUSR
.equ MCUSR = MCUCSR
.endif
For some reason the Mega128 doesn't ha
Hello,
On 09/15/2011 05:18 PM, Keith Causey wrote:
> Hello All,
> I have tried several times to pose my question so I think that I may be
> doing something wrong. I am having problems both compiling for the ATMega
> 2560 and finding a device to up load the code (once it gets compiled) to
> said
Hello,
On 09/15/2011 05:22 PM, D Williams wrote:
>
> FWIW - The last version that worked for me on the amtega128 was amforth 3.1
> After that, I could not sort out the interrupts.
There was a Problem with interrupt addresses being off by a factor of 2. But
I don't recall, which version it was. A
On Thu, Sep 15, 2011 at 10:18 AM, Keith Causey
wrote:
> and finding a device to up load the code (once it gets compiled) to
> said device.
I think almost any device capable of programming an ATMega will do; I don't
think amforth has any special requirements for uploading. I've been using
this
>> Keith Causey wrote:
> Hello All,
> I have tried several times to pose my question so I think that I may be
> doing something wrong. I am having problems both compiling for the ATMega
> 2560 and finding a device to up load the code (once it gets compiled) to
> said device.
I hope you are goin
FWIW - The last version that worked for me on the amtega128 was amforth 3.1
After that, I could not sort out the interrupts.
>Hello guys,
>I'm trying to build amforth for an ATmega128.
>It won't compile, searching for a definition of MCUSR.
>Attached you'll find the folder content I'm using (a st
Hello All,
I have tried several times to pose my question so I think that I may be
doing something wrong. I am having problems both compiling for the ATMega
2560 and finding a device to up load the code (once it gets compiled) to
said device. Is there a list of source files that will actually comp
Hi,
Thanks, one my ISP arrives I’ll give it a go.
My understanding is that "provides a second RS-232 serial port” refers a port
added to the ARM on the beagle board.
I have already used the Arduino tools and avrgal to flash a simple, blink,
programme on the atmega.
I’ll let you know how I get