Dobrica Pavlinušić's random unstructured stuff
FX2LP: Revision 1
Cypress CY7C68013A EZ-USB FX2LPU2CY7C68013-56.pdf1. With CY7C68013A-56 chip: low-power version of the enhanced 51-core, 16KBprogram data areas, frequency of 48Mhz, 480Mbps high-speed transmission protocol standards, compatible with USB2.0 2. Firmware, EEPROM: Complete in-system programming solution with a USB cabledirectly to download firmware, on-board to provide 16K (24LC128) a large program memory (EEPROM), used as storage VID / PID and the USB firmware, the program space to meet the CY7C68013A Needs. 3. All the GPIO pin through the 2.54mm standard leads to very convenient for learners toexpand DIYdesign. 4. With the board firmware can be achieved through the core function of the logic analyzer 5. PDF format, provide the schematic and code dpavlin@blue:/bluez/CY7C68013A$ lsusb -d 04b4:8613 Bus 003 Device 023: ID 04b4:8613 Cypress Semiconductor Corp. CY7C68013 EZ-USB FX2 USB 2.0 Development Kit Be sure to disable any udev rules which try to load firmware for other devices with FX2 Altera USBBlaster clonedpavlin@blue:/bluez/CY7C68013A/USB-Blaster/fx2fw-sdcc$ make asx8051 -plosgff vectors.a51 make: asx8051: Command not found Makefile:42: recipe for target 'vectors.rel' failed make: *** [vectors.rel] Error 127 dpavlin@blue:/bluez/CY7C68013A/USB-Blaster/fx2fw-sdcc$ dpkg -l sdcc Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad) ||/ Name Version Architecture Description +++-=======================-================-================-==================================================== ii sdcc 3.4.0+dfsg-2 amd64 Small Device C Compiler FX2 liblibfx2loaderdpavlin@blue:/bluez/CY7C68013A$ wget http://www.swaton.ukfsn.org/bin/makestuff-lindar-20130719.tar.gz dpavlin@blue:/bluez/CY7C68013A$ tar xvf makestuff-lindar-20130719.tar.gz dpavlin@blue:/bluez/CY7C68013A$ cd makestuff/libs/ dpavlin@blue:/bluez/CY7C68013A/makestuff/libs$ ../scripts/msgit.sh makestuff/libfx2loader Cloning into 'libfx2loader'... remote: Counting objects: 174, done. remote: Total 174 (delta 0), reused 0 (delta 0) Receiving objects: 100% (174/174), 58.68 KiB | 0 bytes/s, done. Resolving deltas: 100% (112/112), done. Checking connectivity... done. dpavlin@blue:/bluez/CY7C68013A/makestuff/3rd$ ln -s ../../fx2lib/ dpavlin@blue:/bluez/CY7C68013A/makestuff/libs$ cd libfx2loader/ |