User Tools

Site Tools


microcontroller_annoyances

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
microcontroller_annoyances [2008/06/10 16:55]
pcbgcode Added a heading about EEPROM corruption
microcontroller_annoyances [2009/10/13 17:19]
ladyada
Line 4: Line 4:
  
 ====== AVRs ====== ====== AVRs ======
 +
  
 ===== Calculating Fuses ===== ===== Calculating Fuses =====
Line 9: Line 10:
 WinAVR is great, better than AVR studio but there'​s no nice fuse selector like there is with AVR studio. Luckily there are two calculators WinAVR is great, better than AVR studio but there'​s no nice fuse selector like there is with AVR studio. Luckily there are two calculators
   - [[http://​www.vonnieda.org/​AVRFuses/​ | AVRFuses]] is a simple fuse programmer for the AVR series of microcontrollers from Atmel. It is written in C#.NET with the intention of being cross platform compatible with Windows, OS X and Linux. It is written to mimic the look, feel and utility of the AVR Studio fuse programmer.   - [[http://​www.vonnieda.org/​AVRFuses/​ | AVRFuses]] is a simple fuse programmer for the AVR series of microcontrollers from Atmel. It is written in C#.NET with the intention of being cross platform compatible with Windows, OS X and Linux. It is written to mimic the look, feel and utility of the AVR Studio fuse programmer.
-  - [[http://palmavr.sourceforge.net/​cgi-bin/​fc.cgi | AVR Fuse Calculator]] is a webpage that does it all +  - [[http://www.engbedded.com/​cgi-bin/​fc.cgi| AVR Fuse Calculator]] is a webpage that does it all 
  
 ===== Fixing fuses ===== ===== Fixing fuses =====
Line 94: Line 95:
 //Check the datasheet under "SPI Serial Programming Pin Mapping"​ to discover you should use the following for programming: ​ //Check the datasheet under "SPI Serial Programming Pin Mapping"​ to discover you should use the following for programming: ​
 MOSI -> PE0, MISO -> PE1, SCK -> PB1 // --- //​[[http://​www.avrfreaks.net/​wiki/​index.php/​Documentation:​Things_That_Are_Broken|AVR Wiki]]// MOSI -> PE0, MISO -> PE1, SCK -> PB1 // --- //​[[http://​www.avrfreaks.net/​wiki/​index.php/​Documentation:​Things_That_Are_Broken|AVR Wiki]]//
- 
  
 ====== PIC ====== ====== PIC ======
/home/ladyada/public_html/wiki/data/pages/microcontroller_annoyances.txt · Last modified: 2016/01/28 18:05 (external edit)