SkillAgentSearch skills...

Fx2tools

JUNK:Tools for interacting with the Cypress FX2LP Hi-Speed USB micro

Install / Use

/learn @makestuff/Fx2tools
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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

Related Skills

View on GitHub
GitHub Stars16
CategoryDevelopment
Updated5mo ago
Forks8

Languages

C

Security Score

87/100

Audited on Oct 18, 2025

No findings