SIO2SD icon indicating copy to clipboard operation
SIO2SD copied to clipboard

Fuse bit settings not documented

Open hanshuebner opened this issue 4 years ago • 1 comments

Sorry to bother again: Can you share the correct fuse bit settings for the device?

hanshuebner avatar Dec 05 '20 09:12 hanshuebner

I did not make special requirements in this regard to make the software work with any arduino compatible device.

When I designed my board, I could not get an Atmega328P, but only the slightly different Atmega328PB in the necessary package size. This gave me a bit of extra trouble because the chip ID is different and the flashing software did not work. I can not remember how I overcame this problem, but in the end it worked somehow.
By using the "normal" Atmega328P this should be easier as there is very good support in the arduino system for such bar-bones setups. https://www.arduino.cc/en/Tutorial/BuiltInExamples/ArduinoToBreadboard You need configure it to use the internal oscillator at 8Mhz.

c0pperdragon avatar Dec 06 '20 10:12 c0pperdragon