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. Therefore, the section will be as follows:
[ChipData]Prog=4096
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Reported by @Theo
Required changes in the Mega8.dat
[ChipData]
Prog=4096
into
Prog=8192
Thanks,
Theo.
Last edit: Anobium 2015-09-24
No fixed required.
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. Therefore, the section will be as follows: