| Author |
Message |
Aircraft Maniac
Joined: 18 May 2002 Posts: 363
|
13 Mar 2003 21:44 Controller for Compact FLASH Memory Cards in Verilog HDL |
|
|
|
Hi,
I need help in accessing the raw memory sectors on a Compact Flash Memory Card (32 Mb).
If anyone has a verilog code for it then plz send me a message.........
Aircraft Maniac
|
|
| Back to top |
|
 |
vsop
Joined: 24 Aug 2001 Posts: 54 Location: east
|
14 Mar 2003 3:51 |
|
|
|
| You dont need any ASIC for accessing CF card, one uC is able to achieve it for you. But it will be much difficult if you want to access the "raw" memory sector, I guess you mean the physical addressed sector, not logical addressed sector. If you really do want to access the physical addressed sector, you have to know first if the CF controller provides this kind of "pass thru" feature.
|
|
| Back to top |
|
 |
kinysh
Joined: 16 Jul 2002 Posts: 67
|
14 Mar 2003 7:19 |
|
|
|
well if you want to design one, it is quiet easy.
just pull out the address data,
make read. write ,ready. that's all.
all thing are done by software.
|
|
| Back to top |
|
 |