PDA

View Full Version : hard disk and PBP



ely
- 22nd July 2003, 17:29
Hello all

Can anybody explain me how to write a code for to drive a hard disk (IDE) with PICBASIC PRO?

thank's in advance

sayzer
- 5th December 2006, 20:37
Ok, here I have a link for controlling IDE harddisk drive with a PIC.

I am just posting the link and the schematic here to provide some ideas for those who are interested.

No comment whatsoever.

<img src="http://img4.picsplace.to/img4/27/ide_000.JPG" alt="Image Hosting by PicsPlace.to" >





Here is the link for full description and software details.
http://hem.passagen.se/communication/ide.html



------------------------------------

Raflex
- 6th December 2006, 00:11
Interesting, thanks a lot

skimask
- 6th December 2006, 03:16
Ok, here I have a link for controlling IDE harddisk drive with a PIC.

I am just posting the link and the schematic here to provide some ideas for those who are interested.

No comment whatsoever.

<img src="http://img4.picsplace.to/img4/27/ide_000.JPG" alt="Image Hosting by PicsPlace.to" >





Here is the link for full description and software details.
http://hem.passagen.se/communication/ide.html



------------------------------------




I suppose there's a million different ways to do it, but I did the upper 8 bits 2 different ways, one with stacked 74LS574's with the OE* & Latch pins seperated and once with a 74ABCT2952 (basically a bi-directional 74LS574 with direction-dependant Latch and OE* pins).

But I never thought of using a 4014 for the upper byte. Interesting indeed...
JDG