2

I by accident set port C as output, and now I can't load new program to cpu, but processor is detected (I using mkAVR Calculator(programming process is "done" but in verification process I get error)). So how I can reverse my mistake ?

Waxy
  • 23
  • 3

1 Answers1

1

From the datasheet:

When programming the RSTDISBL Fuse Parallel Programming has to be used to change fuses or perform further programming

So, use a parallel programmer.

Ignacio Vazquez-Abrams
  • 48,488
  • 4
  • 73
  • 103