maniacbug / mighty-1284p

Mighty 1284P Platform for Arduino
http://maniacbug.wordpress.com/2011/11/27/arduino-on-atmega1284p-4/
113 stars 90 forks source link

Reboots on Serial read: Use Fuse L:0xf7 #15

Open zevero opened 9 years ago

zevero commented 9 years ago

I lost a day, because I experienced frequent resets on serial reads. This did not occur on the pins of Serial1 only on Serial and EVEN on an empty sketch without Serial.begin just with a short blink on a led in setup() to indicate the reboot.

Well the solution was for me to use Low fuse 0xf7 instead of 0xff.

Please add a footnote somewhere, since I think that many will run into this issue! I myself tested it with 3 different setups and Atmega1284p .... and I am still not sure, why this occured...

per1234 commented 9 years ago

I believe the active fork is: https://github.com/JChristensen/mighty-1284p/tree/v1.0.6