I made a custom atmega328p board (5V, 16Mhz) and successfully burnt the arduino optiboot bootloader using atmel ice. Now for uploading a sketch... I am using this ftdi usb breakout: https://www.dfrobot.com/product-581.html
In the Arduino IDE, should I just select Arduino Uno? Or should I select something like the pro mini and specify the processor as ATMEGA328P 5V, 16Mhz ?
Thanks guys, RESET is already broken out to my FTDI pins on my board as shown through the 0.1uF cap so that it can go to DTR on the FTDI adapter, so it should work!
Out of curiosity, if I did select pro mini and selected the 328P @ 16Mhz what would have happened? I have read that if you don't select the right frequency, ie. 8Mhz instead then your delays and timing would be off because the compiler would not compile for the correct frequency. But if selected 16Mhz accordingly, is there anything inherently different about a pro mini @ 16MHz than an UNO @ 16MHz that would cause issues?