Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

FAT File System for Microcontroller

Status
Not open for further replies.

mitesh

Full Member level 3
Joined
May 13, 2002
Messages
177
Helped
14
Reputation
28
Reaction score
7
Trophy points
1,298
Activity points
1,525
avr fat

I want schematic for CF card with 8051 implemented with FAT 16 file system.
 

fat32 microcontroller

Hello mitesh

The Hoarder (SAK) board should give you some idea about how to interface the compact flash card and to program a file system (I am not sure whether it's FAT or FAT16). The MCU used in this project is PIC16F877 not the MCS51 ... :eek:
**broken link removed**

HTH
 

microcontroller filesystem

see the **broken link removed** page.

Source code is available under GPL. It uses Mega161.
 

microcontroller fat32

FAT16 and FAT32 and IDE/ATA and many other routines ....

**broken link removed**
**broken link removed**


FAT16/32 File System Interface
This FAT16/32 interface allows you to detect and mount FAT16/32 partitions, browse directories and files, and read file data. The interface is design to operate with the avrlib IDE/ATA driver. Reading FAT efficiently requires at least 512+ bytes of RAM so this interface may not be suitable for processors with less than 1K of RAM. This interface will properly follow a file's cluster chain so files need not be defragmented.

IDE/ATA Interface Driver (for IDE/ATA hard disks)
This library provides an interface from AVR processors to IDE/ATA hard disks. The library supports automatic drive identification and sector-level reading and writing. Some minimal address decoding hardware is required to use this interface. A schematic of the interface is coming. Future revisions may include a direct hardware-less option.
 

file system program 8051

where to find uc-FS for ucos?
 

microcontroller fat16

Links for:
FAT16 and FAT32 and IDE/ATA and many other routines ....

**broken link removed**
**broken link removed**

are fake, Here is actual links:

**broken link removed**
**broken link removed**
**broken link removed**

Best Regards.
 

fatfs 8051

Dear tcsa35,

" hai,
u can use ucos fs in 8051,
_________________
Great India
"

Do you have more infomation about using ucos 8051?
 

file system 8051

can 8051 install a dos system?
 

fat32 mikrokontroller

bigreat said:
can 8051 install a dos system?
Why not ? :)
You need write x86 CPU and PC hardware software emulator for 8051, and get execution speed 1 to10 x86 operations in second .....
 

fat16/32 connect microcontroller

sounds good,but its a huge work
is there any source code of dos sys on interner?
 

microcontroller file system

bigreat said:
sounds good,but its a huge work
is there any source code of dos sys on interner?

https://www.freedos.org/
and if you need DOS filesystem, look links for FAT16, FAT32 on this topic.
 

avr fat filesystem

cool,but it's can be translated into 8bit,can't it ?
 

fat32 microcontroller

bigreat said:
cool,but it's can be translated into 8bit,can't it ?

Look all AVR based MP3 player software , and AVRLib links, AVR is 8 bit CPU ...
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top