Skip to content
Snippets Groups Projects
Select Git revision
  • 105571ec6894bfb2dbb98a2aa1d12c7d0ff42d54
  • 2.0.x default protected
  • 2.0.9.2
  • 2.0.9.1
  • 2.0.9
  • 2.0.8.2
  • 2.0.8.1
  • 2.0.8
  • 2.0.7.2
  • 2.0.7.1
  • 2.0.7
  • 2.0.6.1
  • 2.0.6
  • 2.0.5.4
  • 1.1.9.1
  • 2.0.5.3
  • 2.0.5.2
  • 2.0.5.1
  • 2.0.5
  • 2.0.4.4
  • 2.0.4.3
  • 2.0.4.2
22 results

ArduinoAddons

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Ronald authored
    - Remove the two version of 16mHz. Crystal and resonator use the same
    fuse setting. Also, Arduino IDE only showed the first one 16Mhz as a
    board option.
    
    - Added 20Mhz board option.
    
    Symptoms for incorrect fuse setting:
    - X axis move in one direction
    - limit switches fail to trigger
    - unable to reprogram the device via bootloader
    - stops working when the reset switch is pressed.
    - device fails to bootup when power by a slow raise power supply.
    
    Solution:
    - Disabled the jtag
    - set the correct clock selection bit
    - set the correct bootloader memory size
    - enable brown-out setting
    - enable clock power up delay
    c2b3e887
    History
    Name Last commit Last update
    ..
    Arduino_0.xx
    Arduino_1.x.x