Skip to main content

Questions tagged [fuse-bits]

Fuse (and Lock) Bits are a type of low level programming and security feature on embedded devices. Most popularly known in Atmel AVR devices, they can be likened to a secure Bios on a computer. They can also be found in MSP430, PIC, and other microcontrollers. Care needs to be taken when working with programming Fuse Bits, as they can render a device useless. MANY are One Time Programmable.

0 votes
1 answer
36 views

Why did fuse bits successfully reset using ICSP and USBASP programmer?

I read a lot about fuse bits in AVR microcontrollers and everyone says that fuse bits can be reset by using high-voltage programmer only, they can't be reset via UART<->ICSP. So, I've received ...
Alexander Perechnev's user avatar
1 vote
1 answer
321 views

AVR ATmega328P wrong fuses set

I was programming on the AVR ATmega328P using the USBasp programmer. I uploaded the blink example but the LED was not blinking. Thus I went on changing the fuse bits to the one Arduino has. During ...
kam1212's user avatar
  • 669
0 votes
0 answers
63 views

AT90USB1286 bricks after disabling clock divider

I have an AT90USB1286 which is connected to a 16MHz external crystal oscillator. It is my understanding that by default from the factory the CKDIV fuse is enabled which makes the chip run at an ...
00728M's user avatar
  • 15
0 votes
2 answers
422 views

External RC oscillator fuse programmed instead of external crystal fuse

Is there anyway to revive an Atmega8A? avrdude says avrdude: error: program enable: target doesn't answer. 1 ever since I ...
kellogs's user avatar
  • 1,061
1 vote
1 answer
362 views

ATtiny2313 external 2 MHz crystal

I would like to run my ATtiny2313 from an external 2 MHz crystal, but I'm unsure how. I have seen images and examples where there are capacitors connected to ground after the crystal. Like this: But ...
jonas's user avatar
  • 309
1 vote
3 answers
2k views

How to securely lock 100% a microcontroller like ESP32 or ATtiny85 or any other ATtiny?

I have been doing research on how to securely lock and prevent 100% from someone seeing my code. ESP32 can be "hacked" see here. ATtiny has fuse bits that can be set to protect the code but ...
Kris's user avatar
  • 125
0 votes
0 answers
390 views

Help With ATMega32 Fuses

I decided I wanted to learn Atmel Studio to be able to work with all their microcontrollers problem being i'm trying to use a brand new ATMega32 with default fuse settings and an external crystal ...
Nathan Johnson's user avatar
3 votes
1 answer
277 views

Why does my Atmega328 clock seem to be off by a factor of 2?

I have an Atmega328 chip I am trying to debug. I have a sketch that blinks an LED and echoes back things received over the RX/TX pins. I am using the "Import Arduino Sketch" feature in Atmel Studio 7. ...
Jalconvolvon2's user avatar
0 votes
2 answers
1k views

atmega328pb mcu gets bricked after uploading bootloader

i have a strange problem, maybe this post will be long, but i try to give all the details: i’ve designed a pcb with smd components, around the atmega328pb mcu. it uses an external 16mhz clock and has ...
Wanek T's user avatar
  • 15
-7 votes
1 answer
269 views

Recovering a program from a locked AVR [closed]

How can a program from an AVR be recovered when its lock fuse bits are set?
amir's user avatar
  • 1
0 votes
2 answers
401 views

ATmega stopped working after changing CKDIV8 fuse

I have ATmega32U4. I connected it via SPI programmer and in Atmel Studio I have read their signature properly. It was working. Then I cleared and programmed CKDIV8 fuse. Clock was set to internal RC. ...
Misaz's user avatar
  • 385
3 votes
3 answers
4k views

How to test a CPU watchdog on board?

The watchdog of an ATMEL ATXMega128 should have been enabled with fuses. It triggers a reset, if the timer was not reset within the configured time span. I want to be sure, that it is enabled and ...
Jonas Stein's user avatar
1 vote
1 answer
3k views

ATmega328P 16MHz or higher clock output on CLKO pin

I need a high frequency clock (16MHz or higher) to drive OV7670 camera module, and I want my ATmega328P to be source of that clock. I'm using the CLKO pin since I ...
arasu's user avatar
  • 11
-1 votes
1 answer
1k views

Fuse Bits for ATmega1284P

I need to use an external crystal oscillator for PWM generation on the ATmega1284P. I have set the wrong fuse bits and I can't program it now. Can this be rectified?
user170667's user avatar
-2 votes
1 answer
531 views

Which crystal do i choose in atmel studio?

I'm trying to use this 16mhz crystal with an atmega328 chip and I need to set the fuses for it in atmel studio. But I have no idea which option is the correct choice. None of them say 16mhz. I've has ...
bwoogie's user avatar
  • 401

15 30 50 per page