Hello everyone,
I am working on a project where the TUSB9261 chip is used to connect the USB3.0 port of an Intel processor to a SATA NAND memory.
The problem we are facing is that TUSB9261 is not enumerated by the Device Manager of the Windows OS that is running on the Intel processor.
After I installed TI Flash Burner (the installation was done without internet connection) , I did not see any component under My computer icon in the GUI window of the TI Flash Burner.
Our design for TUSB9261 chip is characterised by:
* 1V1 power line comes in the same time as 3V3 power line;
* the reset is released 2s after the power lines are stable;
* there is a 40 MHz clock that is clocking TUSB9261 - both FREQSEL0 and FREQSEL1 pins are pulled up using a 4k7 ohm resistors
* there is an SPI memory attached to TUSB9261;
* we are not using either JTAG or UART debug port;
* we are not using USB_DP or USB_DM lines;
* there is no firmware flashed on the SPI memory;
* the Intel processor is not using ICH9M IP Controller for the USB board;
After I failed several times to detect the chip using Windows OS, I wanted to see what is happining also under Linux.
After running dmesg command, I can see that there are several trials to connect to the high speed lines, but none of the them is completed.
The messages I received are : new full-speed USB device number 1 using xhci_hcd
..............................................................................................
new full-speed USB device number 4 using xhci_hcd
new full-speed USB device number 5 using xhci_hcd
..............................................................................................
new full-speed USB device number 7 using xhci_hcd
new full-speed USB device number 8 using xhci_hcd
but I have only one device that is using xhci_hcd line.
For both Windows and Linux OS I tried to detect the chip with and without the SATA NAND memory, but with no success.
1. Can you give me an advice on how to make TUSB9261 to be visible by the system ?
2. Is the 3V3 power line sensitive to any noise before the 3V3 is fully up ?
Thank you in advance,
Monica
