Menu

chipdata file mega1284.dat

2015-09-24
2016-06-30
  • Paolo Iocco

    Paolo Iocco - 2015-09-24

    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

     
  • Anobium

    Anobium - 2015-09-24

    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.

     
  • Paolo Iocco

    Paolo Iocco - 2016-06-30

    Hello,
    in the version V0.95.007 there's the same error!

    I think you've included an old repository

    ciao
    Paolo

     
  • Anobium

    Anobium - 2016-06-30

    We will sort. More likely a data source issue and we hand crafted the previous version.

    Look for a revised file here soon.

     
  • Anobium

    Anobium - 2016-06-30

    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

Log in to post a comment.