I have a question about programming Arduino with Atmel ICE. I am aware that the Arduino UNO has a ISP connection for ISP programming. If i'm not mistaken I should be able to plug in the ICE and program the Arduino UNO when I choose the method of programming to "Atmel-ICE"?
Another reason why I ask his is because I have made a PCB but I believe I may have made a mistake around the RESET pin. I am trying to program the attiny2313A with Ardunio code but am having trouble.
I have programmed this MCU though Atmel studio and can confirm I can program the chip though ISP with Atmel studio but NOT Arduino. I have also broke out the RX and TX pins to try and program with FTDI chip but I have not but a capacitor in series with the RESET line.
If possible I would really like to program with ISP. I have got the ATting files for programing for the following link on github :https://github.com/SpenceKonde/ATTinyCore/find/master ATting2313 Arduino Files (Look at ReadMe)
Any help would be great, I'm really stuck.