Skip to content

ignamv/ft232-jtag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JTAG programming with FT232

This is a utility for programming an ATMEGA162 through its JTAG interface, connected to a FT232 USB-to-serial adapter. The JTAG routines can be used for other purposes (eg. debugging) and even other devices. More details on the blog post.

Instructions

  • Power the ATMEGA162 (for example from the FT232's 3.3V regulator)

  • Connect the following pins

    FT232 ATMEGA PIN

    D4 TMS 26 D2 TDI 28 D3 TDO 27 D5 TCK 25 GND GND 20

  • Run the programming command, substituting your .elf file for main.elf

    $ python program.py main.elf

About

JTAG cable with FT232

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages