Menu

Chip datafiles tiny2313a.dat and tiny4313.dat

Anobium
2015-09-24
2015-09-28
  • Anobium

    Anobium - 2015-09-24

    [ChipData]
    Prog=8192

    ATTiny2313a only 2K and the ATTiny4313 only 4K is.

    tiny2313a.dat:
    ...
    [ChipData]
    Prog=2048
    ...

    tiny4313.dat:
    ...
    [ChipData]
    Prog=4096
    ...

    Pins data need reviewing also. [Pins-DIP] and the [Pins-SOIC] sections of the tiny2313.dat are better than the ones of tiny2313a.dat and tiny4313.dat.

     
  • Anobium

    Anobium - 2015-09-24

    No fixed required for Prog parameter.

    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 - 2015-09-28

      Hello Evan,
      even if AVR memory values are specified in WORDS, I think the Prog Parameter should be corrected:

      ATTiny2313a: is a 2KB --> Prog=1024 (1KWord)
      ATTiny4313: is a 4KB --> Prog=2048 (2KWord)

      Prog=8192 in both cases is not correct (-->16KB)

      ciao
      Paolo

       
      • Anobium

        Anobium - 2015-09-28

        We have already changed\corrected the [prog] parameter to correct this error in the v0.95 release. Hence, I recommended 'no fix required'. My error in not making this clear.

         
  • Anobium

    Anobium - 2015-09-24

    @Hugh. Please revise [Pins-DIP] and the [Pins-SOIC] sections of the tiny2313.dat are better than the ones of tiny2313a.dat and tiny4313.dat.

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.