EngineersGarage

  • Engineers Garage Main Site
  • Visit our active EE Forums
    • EDABoard.com
    • Electro-Tech-Online
  • Projects & Tutorials
    • Circuits
    • Electronic Projects
    • Tutorials
    • Components
  • Digi-Key Store
    • Cables, Wires
    • Connectors, Interconnect
    • Discrete
    • Electromechanical
    • Embedded Computers
    • Enclosures, Hardware, Office
    • Integrated Circuits (ICs)
    • Isolators
    • LED/Optoelectronics
    • Passive
    • Power, Circuit Protection
    • Programmers
    • RF, Wireless
    • Semiconductors
    • Sensors, Transducers
    • Test Products
    • Tools
  • Advertise
You are here: Home / Topics / AVR fuse bits

AVR fuse bits

|

Microcontroller › AVR › AVR fuse bits

  • This topic has 6 replies, 4 voices, and was last updated 11 years, 1 month ago by Ashutosh Bhatt.
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • September 21, 2014 at 10:40 am #3270
    Paranshu Singhal
    Participant

    I have by mistake written low fuse bit 0xE5 instead of 0xE4. High fuse bit: 0x99. Now the microcontroller has become unresponsive and shows rc=-1 in BurnOMat every time i try to programme it or chage the fuse bit.My board consists of an external qyartz oscillator but nor RC. Ca anybody please tell me how to rectify this siuation???

    September 21, 2014 at 12:09 pm #12214
    Ashutosh Bhatt
    Participant

    one thing is to connect external RC in place of crystal

    becuse after setting fuse bits you have to make your external circuit as per fuse bits settings

     

    another way is to get new micro controller chip

     

    September 22, 2014 at 5:22 am #12215
    AJISH ALFRED
    Participant

    Ya, I think thats the only option. Connect the external RC circit and chage the fuse bit once it works fine. You should be very careful when changing the fuse bits!!

    October 20, 2014 at 2:08 pm #12303
    Shishir K Chakravarthy
    Participant

    One more solution that worked for me…If u have another arduino or atmegaXX microcontroller, configure one of the pins to toggle at 1MHz and connect it to XTAL1 (Note that power must be connected to the faulty microcontroller). Wait for a few seconds. If it still doesnt work, try connecting it to XTAL2 (Because i dont remember which pin i connected it to)

     

    This is the code for the recovery atmega:

     

    void main(){

     

        DDRB|=1<<0;

        PORTB|=1<<0;

        while(1){

        PORTB^=1<<0;

        _delay_us(1);

      

       }

     

    }

     

     

    Cheers!

    October 20, 2014 at 5:33 pm #12304
    Ashutosh Bhatt
    Participant

    i have gone through same problem. I changed the fuse bits settings to connect external crystal. 

    when i inserted programmed micro controller into new board it does not work. then I figured out i had to connect external crystal now to make it work. 

    so when i connect external crystal to XTAL input pins it starts working.

    October 21, 2014 at 10:26 am #12311
    Shishir K Chakravarthy
    Participant

    After inserting the external oscillator, and making it work, u can reprogram the device with default fuse bits to make it work without the eternal oscillator too…

    October 24, 2014 at 6:06 pm #12317
    Ashutosh Bhatt
    Participant

    yes that is always possible

  • Author
    Posts
Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.
Log In

RSS Recent Posts

  • Droplet1 December 14, 2025
  • Bringing a Siemens W-48 and Ericsson Model 1951 back to life December 14, 2025
  • What is involved to convert a small town to fiber optic? December 14, 2025
  • mechanism to shutdown feeding when sensor temperature rises December 13, 2025
  • Oshonsoft MSSP simulation question December 13, 2025

Stay Up To Date

Newsletter Signup
EngineersGarage

Copyright © 2025 WTWH Media LLC. All Rights Reserved. The material on this site may not be reproduced, distributed, transmitted, cached or otherwise used, except with the prior written permission of WTWH Media
Privacy Policy | Advertising | About Us

Search Engineers Garage

  • Engineers Garage Main Site
  • Visit our active EE Forums
    • EDABoard.com
    • Electro-Tech-Online
  • Projects & Tutorials
    • Circuits
    • Electronic Projects
    • Tutorials
    • Components
  • Digi-Key Store
    • Cables, Wires
    • Connectors, Interconnect
    • Discrete
    • Electromechanical
    • Embedded Computers
    • Enclosures, Hardware, Office
    • Integrated Circuits (ICs)
    • Isolators
    • LED/Optoelectronics
    • Passive
    • Power, Circuit Protection
    • Programmers
    • RF, Wireless
    • Semiconductors
    • Sensors, Transducers
    • Test Products
    • Tools
  • Advertise