by jmercier on Mon Jun 28, 2010 10:36 am
Using USBDeview, I could find that there are two devices associated with this PSoC 5 FTK
Device F11F FTK(unconfigured)
Device F120 FTK05-SIM ( Don't know what this one is yet, programmer, simulator ?)
I have looked at the FX2LP chip documentation.
For all users here are my findings.
The 24LC00 is a small eeprom (16 bytes)
By documentation deductions it's content is: C0 B4 04 1F F1 1
The C0 byte indicates a C0 type load.
VID 04B4 is Cypress
PID F11F is FTK5 board
Configuration byte is 1 (Fx2 in connected mode and 400 Khz I2C Clock)
I used the Vend_Axx example in FX2 DVK to write a small application to read the small external eeprom content just to confirm that the documentation is wright.
I downloaded and sent the Vendor command of my own to get the content. Yep, documentation is wright.
Interesting chip, this Fx2 chip. The configuration bit can even diconnect it from the USB Bus.
I am more interested in programming PSoC 5 than FX2.
I am also interested in single chip solution. That is, only using PSoc 5 and USB bootloading (or I2C).
USB DP and DM pins of PS0C 5 are not connected to a USB connector but are available to the 14x2 hearder connector.
First, can I program PsoC 5 using Fx2, then put Fx2 out of the bus and then enumerate from PsoC 5 ?
Is there a usb bootloader for PSoC 5 ? (Fx2 in disconnected mode)