Re: [Flashforth-devel] FFatmega
Brought to you by:
oh2aun
From: Mikael N. <mik...@pp...> - 2013-01-12 13:37:27
|
On 12.1.2013 3:29, Joe Ennis wrote: > I have an Arduino 2560 R3 that I've been using for some time and would > like very much to test Flash Forth on it. > Hi Joe, I think going over the 128 Kbyte limit will require a bigger overhaul. The Atmega registers can nicely address only 64 Kwords of flash. To go above there are some page bits that need to be considered. Maybe the easiest thing would be to put FF completely in the upper 64 Kword flash page. I assume the boot area is in the upper page. Cheers /Mike |