ATmega328P - reset not working

  1. Re-flashing the bootloader multiple times (avrisp)

Does that seem to work?

Yes, it does. Which seems odd since a reset is required for this to happen, right?

Jim

Yes.

When you wrote...

I have a new ATmega328P that won't respond to pulling the RESET pin low.

...what did you mean? What are the symptoms? What leads you to believe reset is not working?

Two things tell me that reset is not working:

  1. Can't upload sketches
  2. When the reset switch is closed (pressed), the bootloader does not flash the LED.

The bootloader does flash the LED upon power up, though, so I know that both the LED and bootloader are ok.

Jim

Are you using the ArduinoIDE to install the bootloader?

Yes, using avrisp.

Jim

Which seems odd since a reset is required for this to happen

Indeed. You wouldn't be able to read the fuses with AVRDude if RESET wasn't working, either. RESET is fundamental to talking to the chip with a programmer...

The bootloader does flash the LED upon power up, though

This is odd too. Assuming that you're using Optiboot, the bootloader should not run, and it should NOT flash the LED, on powerup. This is the "Adaboot fast start mod" that starts the sketch immediately on powerup, and only attempts uploading based on an "external reset."

Any chance that this somehow contains the wrong bootloader?

westfw:

The bootloader does flash the LED upon power up, though

This is odd too. Assuming that you're using Optiboot, the bootloader should not run, and it should NOT flash the LED, on powerup. This is the "Adaboot fast start mod" that starts the sketch immediately on powerup, and only attempts uploading based on an "external reset."

Any chance that this somehow contains the wrong bootloader?

There is always a chance I have the wrong bootloader. I am using unadulterated IDE 1.0, choosing Uno as board and Arduino as ISP as programmer, then Tools/Burn Bootloader. Have followed same procedure with dozens of chips/boards, so I hope there isn't a problem :wink:

Here's the behavior I am seeing with multiple "good" chips:

  • 3 LED flashes on connection of USB cable
  • 3 LED flashes on DTR during IDE sketch upload via USB
  • 3 LED flashes on pressing reset button
  • 3 LED flashes on connection of 9VDC to power jack (no USB connection)

With the one "bad" chip, I am seeing this:

  • 3 LED flashes on connection of USB cable
  • no LED flashes on DTR during IDE sketch upload via USB, followed by upload failure message
  • no LED flashes on pressing reset button
  • 3 LED flashes on connection of 9VDC to power jack (no USB connection)

Jim

Is it possible the RESET pin is not making good contact with the socket?

Tried chip in two boards, and also tried a jumper wire touched directly to pin. No evidence of reset. Weird, isn't it?

Jim

Must be a bad chip. I put it on a breadboard and found that the problem is not that the chip doesn't reset -- it actually does respond to pulling RESET low. The problem is that it does not restart after a reset.

To eliminate the bootloader as a variable, I burned the Blink sketch into the chip using my programmer (i.e. no bootloader).

Initiating a restart by either 1) toggling the benchtop PSU, or 2) pulling/inserting the banana plug from the PSU to the breadboard allows the Blink sketch to restart.

But if I press the Omron tactile switch (RESET to GND) on the breadboard, then Blink stops and does not restart. Likewise, if I pull and reinsert the VCC or GND jumper wire in the breadboard rails then Blink stops and does not restart. (There is a 10K pullup on RESET).

The chip must be overly sensitive to noise on VCC, GND, or RESET. I have a 47uF across the breadboard rails, and 0.1uF's between VCC and GND, between AVCC and AGND, and between AREF and GND. I also have a signal diode between VCC and RESET to clamp high voltage spikes.

A different chip mounted to the same breadboard config works as expected, i.e., no problems.

Gonna toss the chip.

Jim

On this solemn day we mourn the passing of a processor that never saw its full potential. Struck down before it even had a chance to run Blink-Without-Delay. We hope you find solace in Silicon Heaven.

=(

The problem is that it does not restart after a reset.

I have (ab)used hundreds and likely a thousdand mcus and I have yet to find one that died all by itself.

It did run Fade before its demise :wink:

Jim

dhenry:
I have (ab)used hundreds and likely a thousdand mcus and I have yet to find one that died all by itself.

Yeah, I mighta done something that damaged it. Just can't figure out what.

Jim

There is a fuse in the atmega328p that turns the RESET pin into an ordinary I/O pin. Maybe that fuse got changed?

dc42:
There is a fuse in the atmega328p that turns the RESET pin into an ordinary I/O pin. Maybe that fuse got changed?

Bit 7 of the high fuse controls this. It is set correctly to use the pin for RESET function (hfuse = 0xde).

I finally concluded that reset is working. What isn't working is executing any sketch following reset.

Jim

Because the chip still works some, I think you should overclock, overvolt it until it smokes and see how high it goes! ]:slight_smile: You have nothing to lose if you deem it broken.

"first, make sure the chip is really dead."