I have designed a custom circuit using arduino before, and as the design progressed, i just kept the 328 chip to be programmed by ICSP headers. Now that my design is finalized, I want to enable it to flash HEX file via ICSP headers.
Currently, I have configured Arduino Nano as Arduino as ISP programmer. I flash bootloader first and then upload the program using Upload using Programmer using IDE.
I want to bypass all this and just flash HEX file. So doing this, do i have to flash bootloader everytime to a new chip? Secondly, is there any other program/application which will select the hex file and flash using arduino as isp without using IDE? I dont want command line.
Thank You