Example description
LED chaser example program for Atmel AVR
This example uses the Atmel AVR STK500 evaluation board together with AVR JTAGICE mkII. The application will alternately flash the User LEDs on the STK500 board.
Follow the steps below to run the example on your hardware.
- Connect the computer and the AVR JTAGICE mkII using a USB cable or a serial port cable.
- Connect the AVR JTAGICE mkII and the AVR STK500 evaluation board according to the hardware documentation.
- Connect the LEDs header with the PORTB header using the 10-wire cable supplied with the STK500 Starter Kit. The cable must not be twisted.
- Turn on the power on the AVR JTAGICE mkII and the AVR STK500 board.
- Choose Project -> Debug. This will build and download your application to the AVR STK500 board, and then start the debugging session.
- To execute the application in the debugger, choose Debug -> Go.