Confusing title I know, but let me explain.
I have 2 arduino's, I want to take the Atmega328p chip out of one and breadboard it and program it with the Arduino ISP (Tons of examples out there).
HOWEVER, I do not want to use arduino code, or the arduino ide or anything I want to program it just using AVR code and JUST using AVR tools. Every tutorial I see mentions loading the bootloader/etc...
Is this still possible? is there anything I need to know? The Atmega328p chip that im breadboarding I'll be pulling off one of the Arduino's, so it's gonna have the Arduino bootloader/etc.. on it. Do I need to erase this? or can I program over this?
Im just a bit confused, since every "Arduino as an ISP tutorial" seems to talk about loading the Arduino bootloader, but I want to get away from that completely!.
Thanks!