Register
Results 1 to 15 of 444

Hybrid View

  1. #1
    Junior Member
    Join Date
    Apr 2010
    Posts
    37
    Thanks Thanks Given 
    6
    Thanks Thanks Received 
    134
    Thanked in
    9 Posts

    Default

    Tested VCDS 11.11.0 dump

    hex files are for pony prog, bin files for upa.

    Here you can find dump (Atmega flash+eeprom)

    Use VCDS 11.11.0 loader if you have a RL interface. Remove rar extension from filepart of VCDS software.

    When programming, keep in mind correct order:

    1. CHIP ERASE
    2. FLASH
    3. EPROM
    4. FUSE BITS
    5. LOCK BITS


    VCDS v11.11 ATMEGA162 Fuses & Lock bits
    ---------------------------------------


    # LOCK: 0b11111100
    # bit 7 = -
    # bit 6 = -
    # bit 5 = BLB12 (1)
    # bit 4 = BLB11 (1)
    # bit 3 = BLB02 (1)
    # bit 2 = BLB01 (1)
    # bit 1 = LB2 (0)
    # bit 0 = LB1 (0)


    # EFUSE: 0b11111001
    # bit 7 = -
    # bit 6 = -
    # bit 5 = -
    # bit 4 = M161C (1)
    # bit 3 = BODLEVEL2 (1)
    # bit 2 = BODLEVEL1 (0)
    # bit 1 = BODLEVEL0 (0)
    # bit 0 = -


    # LFUSE: 0b11111101
    # bit 7 = CKDIV8 (1)
    # bit 6 = CKOUT (1)
    # bit 5..4 = SUT1:0 (11)
    # bit 3..0 = CKSEL3:0 (1101)


    # HFUSE: 0b11011100
    # bit 7 = OCDEN (1)
    # bit 6 = JTAGEN (1)
    # bit 5 = SPIEN (0)
    # bit 4 = WDTON (1)
    # bit 3 = EESAVE (1)
    # bit 2 = BOOTSZ1 (1)
    # bit 1 = BOOTSZ0 (0)
    # bit 0 = BOOTRST (0)
    Attached Files Attached Files
    Last edited by betonel; 2nd May, 2014 at 01:20 PM.

  2. The Following 22 Users Say Thank You to betonel For This Useful Post:

    BigJ (16th October, 2014), Col19 (13th November, 2019), ecufix (9th July, 2014), jl01152 (30th October, 2020), Jonnybgud (4th March, 2018), M.Jojo (4th February, 2016), madbg (2nd May, 2014), matrox018 (23rd April, 2024), micassu (5th May, 2017), Mrjitter (11th January, 2017), n599fbm (8th May, 2016), Panchez (11th January, 2017), pismar (10th May, 2014), sasa5 (25th January, 2015), schin (28th June, 2019), TeiS (28th July, 2014), tripcreator (22nd July, 2024), tyrystor (10th July, 2021), vcelar (26th December, 2014), VWfan (13th January, 2019), youssef70 (11th November, 2014), zoro1 (27th April, 2016)

  3. #2
    DK Veteran
    Join Date
    Aug 2009
    Posts
    311
    Thanks Thanks Given 
    13
    Thanks Thanks Received 
    17
    Thanked in
    12 Posts

    Default

    Quote Originally Posted by betonel View Post
    Tested VCDS 11.11.0 dump

    hex files are for pony prog, bin files for upa.

    Here you can find dump (Atmega flash+eeprom)

    Use VCDS 11.11.0 loader if you have a RL interface. Remove rar extension from filepart of VCDS software.

    When programming, keep in mind correct order:

    1. CHIP ERASE
    2. FLASH
    3. EPROM
    4. FUSE BITS
    5. LOCK BITS


    VCDS v11.11 ATMEGA162 Fuses & Lock bits
    ---------------------------------------


    # LOCK: 0b11111100
    # bit 7 = -
    # bit 6 = -
    # bit 5 = BLB12 (1)
    # bit 4 = BLB11 (1)
    # bit 3 = BLB02 (1)
    # bit 2 = BLB01 (1)
    # bit 1 = LB2 (0)
    # bit 0 = LB1 (0)


    # EFUSE: 0b11111001
    # bit 7 = -
    # bit 6 = -
    # bit 5 = -
    # bit 4 = M161C (1)
    # bit 3 = BODLEVEL2 (1)
    # bit 2 = BODLEVEL1 (0)
    # bit 1 = BODLEVEL0 (0)
    # bit 0 = -


    # LFUSE: 0b11111101
    # bit 7 = CKDIV8 (1)
    # bit 6 = CKOUT (1)
    # bit 5..4 = SUT1:0 (11)
    # bit 3..0 = CKSEL3:0 (1101)


    # HFUSE: 0b11011100
    # bit 7 = OCDEN (1)
    # bit 6 = JTAGEN (1)
    # bit 5 = SPIEN (0)
    # bit 4 = WDTON (1)
    # bit 3 = EESAVE (1)
    # bit 2 = BOOTSZ1 (1)
    # bit 1 = BOOTSZ0 (0)
    # bit 0 = BOOTRST (0)
    Betonel can you check fuse & lock bits because I have seen others in the past. Please check out attachment.Fuse Bits & Locks.jpg

  4. The Following User Says Thank You to eliotroyano For This Useful Post:

    matrox018 (23rd April, 2024)

  5. #3
    DK Veteran
    Join Date
    Aug 2009
    Posts
    311
    Thanks Thanks Given 
    13
    Thanks Thanks Received 
    17
    Thanked in
    12 Posts

    Default

    Quote Originally Posted by eliotroyano View Post
    Betonel can you check fuse & lock bits because I have seen others in the past. Please check out attachment.Fuse Bits & Locks.jpg
    Anyone can confirm the fuse & lock bits posted for VCDS 11.11.0?

  6. #4
    Newbie
    Join Date
    Jan 2015
    Posts
    1
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts

    Default

    Quote Originally Posted by betonel View Post
    Tested VCDS 11.11.0 dump

    hex files are for pony prog, bin files for upa.

    Here you can find dump (Atmega flash+eeprom)

    Use VCDS 11.11.0 loader if you have a RL interface. Remove rar extension from filepart of VCDS software.

    When programming, keep in mind correct order:

    1. CHIP ERASE
    2. FLASH
    3. EPROM
    4. FUSE BITS
    5. LOCK BITS


    VCDS v11.11 ATMEGA162 Fuses & Lock bits
    ---------------------------------------


    # LOCK: 0b11111100
    # bit 7 = -
    # bit 6 = -
    # bit 5 = BLB12 (1)
    # bit 4 = BLB11 (1)
    # bit 3 = BLB02 (1)
    # bit 2 = BLB01 (1)
    # bit 1 = LB2 (0)
    # bit 0 = LB1 (0)


    # EFUSE: 0b11111001
    # bit 7 = -
    # bit 6 = -
    # bit 5 = -
    # bit 4 = M161C (1)
    # bit 3 = BODLEVEL2 (1)
    # bit 2 = BODLEVEL1 (0)
    # bit 1 = BODLEVEL0 (0)
    # bit 0 = -


    # LFUSE: 0b11111101
    # bit 7 = CKDIV8 (1)
    # bit 6 = CKOUT (1)
    # bit 5..4 = SUT1:0 (11)
    # bit 3..0 = CKSEL3:0 (1101)


    # HFUSE: 0b11011100
    # bit 7 = OCDEN (1)
    # bit 6 = JTAGEN (1)
    # bit 5 = SPIEN (0)
    # bit 4 = WDTON (1)
    # bit 3 = EESAVE (1)
    # bit 2 = BOOTSZ1 (1)
    # bit 1 = BOOTSZ0 (0)
    # bit 0 = BOOTRST (0)

    zip archives damaged

  7. #5
    DK Veteran
    dimet's Avatar
    Join Date
    Mar 2010
    Location
    MKD
    Posts
    571
    Thanks Thanks Given 
    235
    Thanks Thanks Received 
    46
    Thanked in
    31 Posts

    Default

    Quote Originally Posted by betonel View Post
    Tested VCDS 11.11.0 dump

    hex files are for pony prog, bin files for upa.

    Here you can find dump (Atmega flash+eeprom)

    Use VCDS 11.11.0 loader if you have a RL interface. Remove rar extension from filepart of VCDS software.

    When programming, keep in mind correct order:

    1. CHIP ERASE
    2. FLASH
    3. EPROM
    4. FUSE BITS
    5. LOCK BITS


    VCDS v11.11 ATMEGA162 Fuses & Lock bits
    ---------------------------------------


    # LOCK: 0b11111100
    # bit 7 = -
    # bit 6 = -
    # bit 5 = BLB12 (1)
    # bit 4 = BLB11 (1)
    # bit 3 = BLB02 (1)
    # bit 2 = BLB01 (1)
    # bit 1 = LB2 (0)
    # bit 0 = LB1 (0)


    # EFUSE: 0b11111001
    # bit 7 = -
    # bit 6 = -
    # bit 5 = -
    # bit 4 = M161C (1)
    # bit 3 = BODLEVEL2 (1)
    # bit 2 = BODLEVEL1 (0)
    # bit 1 = BODLEVEL0 (0)
    # bit 0 = -


    # LFUSE: 0b11111101
    # bit 7 = CKDIV8 (1)
    # bit 6 = CKOUT (1)
    # bit 5..4 = SUT1:0 (11)
    # bit 3..0 = CKSEL3:0 (1101)


    # HFUSE: 0b11011100
    # bit 7 = OCDEN (1)
    # bit 6 = JTAGEN (1)
    # bit 5 = SPIEN (0)
    # bit 4 = WDTON (1)
    # bit 3 = EESAVE (1)
    # bit 2 = BOOTSZ1 (1)
    # bit 1 = BOOTSZ0 (0)
    # bit 0 = BOOTRST (0)
    Please update damaged archives

  8. #6
    Newbie
    Join Date
    Mar 2017
    Posts
    1
    Thanks Thanks Given 
    1
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts

    Default

    Quote Originally Posted by betonel View Post
    Tested VCDS 11.11.0 dump

    hex files are for pony prog, bin files for upa.

    Here you can find dump (Atmega flash+eeprom)

    Use VCDS 11.11.0 loader if you have a RL interface. Remove rar extension from filepart of VCDS software.

    When programming, keep in mind correct order:

    1. CHIP ERASE
    2. FLASH
    3. EPROM
    4. FUSE BITS
    5. LOCK BITS


    VCDS v11.11 ATMEGA162 Fuses & Lock bits
    ---------------------------------------


    # LOCK: 0b11111100
    # bit 7 = -
    # bit 6 = -
    # bit 5 = BLB12 (1)
    # bit 4 = BLB11 (1)
    # bit 3 = BLB02 (1)
    # bit 2 = BLB01 (1)
    # bit 1 = LB2 (0)
    # bit 0 = LB1 (0)


    # EFUSE: 0b11111001
    # bit 7 = -
    # bit 6 = -
    # bit 5 = -
    # bit 4 = M161C (1)
    # bit 3 = BODLEVEL2 (1)
    # bit 2 = BODLEVEL1 (0)
    # bit 1 = BODLEVEL0 (0)
    # bit 0 = -


    # LFUSE: 0b11111101
    # bit 7 = CKDIV8 (1)
    # bit 6 = CKOUT (1)
    # bit 5..4 = SUT1:0 (11)
    # bit 3..0 = CKSEL3:0 (1101)


    # HFUSE: 0b11011100
    # bit 7 = OCDEN (1)
    # bit 6 = JTAGEN (1)
    # bit 5 = SPIEN (0)
    # bit 4 = WDTON (1)
    # bit 3 = EESAVE (1)
    # bit 2 = BOOTSZ1 (1)
    # bit 1 = BOOTSZ0 (0)
    # bit 0 = BOOTRST (0)
    Forum VCDS-Release-11.11.0-Installer can not extract, who can use the VCDS-Release-11.11.0-Installer EMAIL:431894@qq.com. Thank you

 

 

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
This website uses cookies
We use cookies to store session information to facilitate remembering your login information, to allow you to save website preferences, to personalise content and ads, to provide social media features and to analyse our traffic. We also share information about your use of our site with our social media, advertising and analytics partners.