Featured image of post Error with device 0x000102 whilst programming AVR

Error with device 0x000102 whilst programming AVR

Chasing down a short to ground on the reset line that causes an initial correct device ID, but subsequent failures

Device is read correctly the first time but fails to be read on subsequent reads

I’m building an AVR target board for a few different flavours of AVR to make my life easier.

I had some real fun trying to read the data-sheet pins back to front whilst soldering down the sockets, and had to have more than one go at getting the ATMega328P socket wired up correctly.

I was using Atmel Studio 7 to read the device ID of various AVR chips I had on my board. When suddenly it would work on the initial read after power up - but subsequent reads would fail with the device ID being returned reading 0x000102

Picture of Atmel Studio 7 returning devide 0x000102 after a reset line short to ground

Reset line short to ground stopping reset line returning to high post-programming

I had introduced a short on the reset line to ground when fixing my wiring. This was causing the reset pin to be low regardless of what the programmer did.

This makes sense - the initial read works OK as the reset line is LOW. But the AVR chip never leaves programming mode until reset returns to HIGH. This is the reason we add pullups to the reset line.

With the reset pullup being forced LOW all the time, the AVR never leaves programming mode, and a second programming attempt fails as the AVR is not reset back to the start of its programming phase.

Licensed under CC BY-NC-SA 4.0
Last updated on Jun 22, 2023 20:45 +1000
No cookies, no AI text, no ads, no data farming. Made with ❤️ by a human.
Built with Hugo
Theme Stack designed by Jimmy