CY7C656XX familiy without eeprom

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

Hi, just a question: can I design a hub board using the 2ports hub CY7C65620-56LTXC chip without the spi eeprom? Any issues to consider about it? Is it really necesssary for a quick and cheap design?

   

Thanks in advance.

0 Likes
5 Replies
Anonymous
Not applicable

If you design it that way following are two things of concern

   

1. You'll be using cypress VID/PID.

   

2. In PC's that were used for in-system programming the EEPROM the default VID/PID (VID/PID of HX2LP without EEPROM) will be bound to CyUSB.sys. Connecting the HX2LP based hub to this particular PC it'll be bound to CyUSB.sys and has to be rebound to usbhub.sys to get it working properly. A novice user will face slight inconvenience in doing this. But the percentage of this will be very very less.

   

Systems in which the hub is connected to embedded host tend to go with no EEPROM since they won't run into this issue.

   

Regards,

   

Anand

0 Likes
Anonymous
Not applicable

Can you elaborate more on the use case you mentioned of an embedded system not using a EEPROM?

   

We have embedded device with CY7C65630.  We have a SPI flash attached (which is blank).  From looking at the behavior of the device and reading the documentation of the Cypress HUB, it looks like the hub will not enumerate devices attached to it until the host writes PID etc. and resets the hub.  Our hardware eng. modified one board to be able to connect our board to a PC and we wrote a configuration to SPI flash and reset the board and then the PC could "see" the attached devices on the hub.

   

Now to do the same thing with our embedded processor, it looks like we would need to write some code to program the SPI flash and reset the hub before it would enumerate attached devices on the hub.

   

I see some posts like this one that appear to say that it will work without EEPROM (meaning enumerate attached devices to the hub) but the documentation says that this mode is not valid for a production envionment.

   

So my question is ... can this device be used in an embedded environment without the micro having to configure the hub?

   

Thank you for clarifying.

   

Regards,

   

Brian

   


0 Likes
Anonymous
Not applicable

HX2LP will enumerate as hub without EEPROM.

   

What I've seen as general practice in these scenario is program 1 EEPROM through Blaster utility, then take a copy of the image and mass program by flashing this image using EEPROM programmer (this will be a restriction only if you plan on using unique serial number for each).

   

Regards,

   

Anand

0 Likes
Anonymous
Not applicable

We took the SPI flash off just to see what happens and it came up and enumerated the attached devices just fine!

   

We are in an embedded Linux environment.

0 Likes
Anonymous
Not applicable

just pass

0 Likes