I am trying to run a standalone atmega328p at 3.3v with the 8 MHz internal oscillator. Timing is not important in my application as it is handled by an RTC chip.
Is it as simple as uploading the 8MHz bootloader (using this tutorial: http://arduino.cc/en/Tutorial/ArduinoToBreadboard) and plugging in a 3.3v supply or do I need to mess with the fuses to get it to work?
Processor is brand new. Will be using bootloader (burned with an ISP) then an onboard FTDI chip for serial comms/uploading firmware. Just need to figure out which bootloader to burn.