| Author |
Message |
Ceasars
Joined: 27 Dec 2007 Posts: 4
|
27 Dec 2007 5:57 usb ata |
|
|
|
|
if you know a way (schmatic) that has microcontroller and all protocal changes in order to get input from usb stick and plug it to mainboard ide(ata) input, so that windows recognize files in usb stick as another hard disk
help is appritiated
|
|
| Back to top |
|
 |
bobcat1
Joined: 10 Jul 2002 Posts: 1118 Helped: 48
|
29 Dec 2007 8:39 make ata to usb |
|
|
|
|
Hi
Look at [url] www.cypress.com [/url] they have a chip who can bridge USB to ATA
All the best
Bobi
|
|
| Back to top |
|
 |
Google AdSense

|
29 Dec 2007 8:39 Ads |
|
|
|
|
|
|
| Back to top |
|
 |
Ceasars
Joined: 27 Dec 2007 Posts: 4
|
03 Jan 2008 14:51 Re: need a way to USB--->ATA |
|
|
|
|
| That chip is still for the other way , I need to monitor USB flash disk from PC, with it connected from ATA(IDE). So at least can you give me an simple ATA interface example, can be verilog code for FPGA as well. thx
|
|
| Back to top |
|
 |
HMA
Joined: 18 Apr 2006 Posts: 8
|
|
| Back to top |
|
 |
Ceasars
Joined: 27 Dec 2007 Posts: 4
|
19 Jan 2008 18:01 Re: need a way to USB--->ATA |
|
|
|
|
It is seriously awkward that nobody has ever tried to solve this interface problem.
I am still looking for a way of changing ide port interfacing and connection a flash memory (usb) to there. If you have any idea how to do this, let me know pls
Currently I ll try to make an FPGA implementation for ATA controller then , a way to connect this to usb ,
cheers
|
|
| Back to top |
|
 |
tomanderson
Joined: 10 Jan 2008 Posts: 37
|
20 Jan 2008 5:01 need a way to USB--->ATA |
|
|
|
|
ATA host or device?
For host you may check opencores or *ilinx examples.
There are not so may resource for device.
But I still dont understand- is that
PC(USB) - [(USB) - (ATA) - (Flash)] ?
ATA device, Flash controller host
|
|
| Back to top |
|
 |
Ceasars
Joined: 27 Dec 2007 Posts: 4
|
20 Jan 2008 21:56 Re: need a way to USB--->ATA |
|
|
|
|
I know its not regular way of things, when you search usb to ata or ata to usb both ends up in regular ata hardisk connection from usb on pc, thats not I am trying to do
Host( Mainboard ide out(where we connect harddisk) -------(interface that Ineed to make)------Flash disk(usb).
Hope I could explain my problem this time, thx for help, still looking for answers if you have .
note: the point on this project is that; person comes with a flash disk to computer , plugs it to "my made" interface device and computer recognize flash disk as another hard disk, ( no windows installed pc)
|
|
| Back to top |
|
 |
tomanderson
Joined: 10 Jan 2008 Posts: 37
|
23 Jan 2008 15:39 need a way to USB--->ATA |
|
|
|
|
so, you're making an IDE harddisk(40pin) and usb flash as disk contain.
in this condition, you may need IDE device & USB Host.
all links & suggestion before this reply is not you want!
IDE device are running on different modes for PC, if PC is too old it may only run PIO mode.. if its new PC it runs UDMA mode.
next, usb is 1.1 or 2.0?
most important one, you might have a look and file patent for this. your idea may help PC without OS and trying to setup new OS.
|
|
| Back to top |
|
 |