-
So far, it didn't work with AVR Studio 5 or Atmel Studio 6
08/02/2015 at 16:52 • 0 comments:o(
3D Printing AVR Arduino Art Audio Automation BeagleBone Bluetooth Cameras Clock Drones Environment Hardware IoT LED Medical Music Radio Raspberry Pi Remote Control Robotics Rockets Satellites Science Security Software Virtual Reality Wearables
-
Tested and working with AVR Studio 4 and Windows XP
08/02/2015 at 16:51 • 0 commentsTested and working with AVR studio 4 and Windows XP. The AVR Studio 4 programmer may be either STK500 or AVRISP. If you get a verify error message after programming, go to the Program tab and uncheck Erase device before programming, then go to Auto tab and uncheck Erase device, Check signature and Enable fuse warning.
In my setup, the problem came from the fact that after an erase, the program sequence start too fast. That is why I unchecked the above boxes and manually start the following sequence:
- Erase Chip
- Program
- Read
- Verify
By manually execution, there is enough pause between erase and program steps, so all operations complete successfully.
3D Printing AVR Arduino Art Audio Automation BeagleBone Bluetooth Cameras Clock Drones Environment Hardware IoT LED Medical Music Radio Raspberry Pi Remote Control Robotics Rockets Satellites Science Security Software Virtual Reality Wearables