makestuff / fx2tools

JUNK:Tools for interacting with the Cypress FX2LP Hi-Speed USB micro
http://www.makestuff.eu/wordpress/?page_id=343
GNU General Public License v3.0
15 stars 8 forks source link

Tools for loading code and interacting with the Cypress FX2LP Hi-Speed USB micro.

fx2loader - load I8HEX files from SDCC directly into RAM or EEPROM
ucm - send a USB control message to the FX2LP
bulk - write to a bulk endpoint on the FX2LP
hxd - simple little hex dump program
firmware - a simple example firmware

The project build assumes a directory structure like this:

src +-apps
+-fx2tools

+-libs | +-3rd

BUILDING ON WINDOWS

make -f Makefile.win32 clean # clean up make -f Makefile.win32 # build host-side stuff make -f Makefile.win32 firmware # build firmware

BUILDING ON LINUX

make -f Makefile.linux clean # clean up make -f Makefile.linux # build host-side stuff make -f Makefile.linux firmware # build firmware