[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [avr-gcc-list] Off topic question - 3 1/2 PC Floppy drive
From: |
Iztok Zupet |
Subject: |
Re: [avr-gcc-list] Off topic question - 3 1/2 PC Floppy drive |
Date: |
Sat, 29 Jun 2002 16:14:55 +0200 |
User-agent: |
KMail/1.4.1 |
On Saturday 29 June 2002 13:16, address@hidden wrote:
> I need to read data from a 1.44 MB floppy drive using an AT90S8535.
> Is it posible? If so please send some info I mean any help would be
> appreciated.
>
> Javier
> avr-gcc-list at http://avr1.org
Hi:
Hardly, because You need a floppy controller. You can tie a floppy controller
to an AT90S8515, but in that case You'd neeed some extra memory because You
must read 512 byte sectors one at a time. Better use some ATmega device with
more RAM an an external memory interface, that You can tie the floppy
controller to.
Regards
iz
avr-gcc-list at http://avr1.org
[avr-gcc-list] Off topic question - 3 1/2 PC Floppy drive, hamilton, 2002/07/04
Re: [avr-gcc-list] Off topic question - 3 1/2 PC Floppy drive, JChavez, 2002/07/04