Fixed: This is resolved in Great Cow Basic v0.95 September 2015 or later.
Please note. AVR memory values are specified in WORDS in the .dat file. The Great Cow Basic compiler uses words for consistency between PIC and AVR - this keeps some bits and pieces in the compiler simpler.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The mega1284 shipped with v0.95.007 is now correct.
AVR memory values are specified in WORDS in the .dat file. The Great Cow Basic compiler uses words for consistency between PIC and AVR - this keeps some bits and pieces in the compiler simpler.
[ChipData]Prog=65536
Last edit: Anobium 2016-06-30
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
I think there's an error in the mega1284.dat file. The specified flash memory size is not right:
it is:
[ChipData]
Prog=8192
it should be:
[ChipData]
Prog=131072
ciao
Paolo
Fixed: This is resolved in Great Cow Basic v0.95 September 2015 or later.
Please note. AVR memory values are specified in WORDS in the .dat file. The Great Cow Basic compiler uses words for consistency between PIC and AVR - this keeps some bits and pieces in the compiler simpler.
Hello,
in the version V0.95.007 there's the same error!
I think you've included an old repository
ciao
Paolo
We will sort. More likely a data source issue and we hand crafted the previous version.
Look for a revised file here soon.
The mega1284 shipped with v0.95.007 is now correct.
AVR memory values are specified in WORDS in the .dat file. The Great Cow Basic compiler uses words for consistency between PIC and AVR - this keeps some bits and pieces in the compiler simpler.
Last edit: Anobium 2016-06-30