Polska wersja strony jest tutaj.

Electronic projects

ISP Programmer

This software supports programming of Atmel microcontrollers 89Sxx ('51), ATtiny, ATmega and 90Sxx (AVR). It can erase built-in Flash and EEPROM memories as well as read and program them. ISP Programmer also supports serial Atmel DataFlash memories. Communication with devices is made serially in system (ISP - In-System Programming) without the need to pull the chip out of the socket or desolder it.

Download:
- the newest software version: 1.2.0.46

The microcontroller you want to program needs to be connected to the printer port (LPT) of the computer (directly with wires, without STROBE signal), according to this list::
  Microcontroller  LPT port   LPT port
  signal           signal     pin number

  [STROBE]  ----   STROBE     1
  RESET     ----   AUTOLF     14
  MOSI      ----   INIT       16
  SCK       ----   SLCT-IN    17
  MISO      ----   ACK        10
  GND       ----   GND        25
STROBE signal connected to pin 1 of LPT port is used to control enabling of 3-state buffers of programming serial bus (SCK,MISO,MOSI). Using it is optional. But in case of connecting LPT port directly to microcontroller pins, you should use the same logic levels (ground / 5V) as LPT port in host and verify that programming would not brake the normal operation of the peripherials connected to this microcontroller. For example programming signals should not be connected to the enable pin of the LCD.

Below you can see the example schematic of the programming cable using 3-state buffer:

cable schematic


Connection of the programming cable to the microcontroller pins depends on the type of MCU, see the documentation at the Atmel's website.

With the ISP Programmer you are able to use any programming cable pinout, including AT-Prog, SI-Prog, UISP, STK200/300 and AEC ISP. You can choose any pins of the LPT port for programming signals, as well as define arbitrary RESET signal level.

WARNING: In case of programming Atmel DataFlash memories, RESET signal defined in pinout must be connected with ChipSelect (/CS) line of the chip.

Supported microcontrollers:
Supported DataFlash memories:
The software does not need any installation, you should only unpack downloaded ZIP file to any folder. All the settings of the ISP Programmer are held in system registry. This software runs in Windows 95, 98, Me, NT 4.0, 2000, XP, 2003 and Vista.

The screenshot of ISP Programmer running in Windows Vista:

screenshot

screenshot



Return to electronic projects page (Polish).