ArduinoISP will be reset regardless I choose "Upload with Programmer" in 1.8.8 and 1.8.7 , which stops it working when upload to breadboards or AVR chips. #8293
Labels
Examples: ArduinoISP
The ArduinoISP example sketch
Waiting for feedback
More information must be provided before we can proceed
I used to download program into breadboard or single AVR chips with Arduino Uno and ArduinoISP from example menu, with Uno's Pin-11,12,13 goes to target's SPI and pin-10 goes to target's RST# , It works fine with 1.8.5.
But in 1.8.7, this function stops working. It seems Arduino IDE will reset Arduino board regardless it is actually an ISP, not the target chip I'm about to erase and download.
So to prevent this I need to hook the reset header of Uno with a 10uF capacitor, which stops Uno's RST# from dropping low and being reset. By doing so upload will succeed or I will receive the following error message otherwise:
But I'm sure the 10uF capacitor on RST# is not necessary with "Upload with Programmer" function in 1.8.5.
I discovered this issue in 1.8.7 and I'm not sure whether it works under 1.8.6.
But in 1.8.8 it is not fixed.
thanks and merry X-mas.
The text was updated successfully, but these errors were encountered: