View previous topic :: View next topic |
Author |
Message |
enzullo Guest
|
pic 16f877 & hard disk |
Posted: Thu Mar 06, 2003 8:45 am |
|
|
is possible to use pic 16f877 to read data from RS232 ( or usb using ftdi chip) and store them into an hard disk.
any link ?!?!?
any idea ?!?!?
any code ?!?!?
tnx enzullo
___________________________
This message was ported from CCS's old forum
Original Post ID: 12424 |
|
 |
Mark
Joined: 07 Sep 2003 Posts: 2838 Location: Atlanta, GA
|
Re: pic 16f877 & hard disk |
Posted: Thu Mar 06, 2003 12:02 pm |
|
|
Yes it is possible. You will probably need external RAM to store a sectors worth of data before dumping it to the HDD. This could better be accomplished with an 18F452 since it has about 1.5K of RAM. Search the net for info on MP3 players. Many of the players due this sort of thing.
:=is possible to use pic 16f877 to read data from RS232 ( or usb using ftdi chip) and store them into an hard disk.
:=
:=any link ?!?!?
:=any idea ?!?!?
:=any code ?!?!?
:=
:=
:=tnx enzullo
___________________________
This message was ported from CCS's old forum
Original Post ID: 12432 |
|
 |
enzullo Guest
|
Re: pic 16f877 & hard disk |
Posted: Thu Mar 06, 2003 12:33 pm |
|
|
<font face="Courier New" size=-1>tnx
you know same link to view this project ?!?!
:=Yes it is possible. You will probably need external RAM to store a sectors worth of data before dumping it to the HDD. This could better be accomplished with an 18F452 since it has about 1.5K of RAM. Search the net for info on MP3 players. Many of the players due this sort of thing.
:=
:=:=is possible to use pic 16f877 to read data from RS232 ( or usb using ftdi chip) and store them into an hard disk.
:=:=
:=:=any link ?!?!?
:=:=any idea ?!?!?
:=:=any code ?!?!?
:=:=
:=:=
:=:=tnx enzullo</font>
___________________________
This message was ported from CCS's old forum
Original Post ID: 12436 |
|
 |
ignacio seron Guest
|
Re: pic 16f877 & hard disk |
Posted: Thu Mar 06, 2003 1:20 pm |
|
|
I recomend to you use a compact flash, you can use the 8 bit data bus.
Now i'm developing a very same project, we can share info and knowledge.
IGnacio.
:=you know same link to view this project ?!?!
:=
:=
:=
:=
:=
:=:=Yes it is possible. You will probably need external RAM to store a sectors worth of data before dumping it to the HDD. This could better be accomplished with an 18F452 since it has about 1.5K of RAM. Search the net for info on MP3 players. Many of the players due this sort of thing.
:=:=
:=:=:=is possible to use pic 16f877 to read data from RS232 ( or usb using ftdi chip) and store them into an hard disk.
:=:=:=
:=:=:=any link ?!?!?
:=:=:=any idea ?!?!?
:=:=:=any code ?!?!?
:=:=:=
:=:=:=
:=:=:=tnx enzullo</font>
___________________________
This message was ported from CCS's old forum
Original Post ID: 12437 |
|
 |
|