📄 instructions.txt
字号:
Contact: My email address is
--------------------- Rob@robriglar.com --------------------------------
--------------- Notes --------------------------------------------------
This code allows browsing of FAT32 formatted IDE hard discs.
The board that it was tested on is the EDTP IDE Interface Board with
Network Connection... see http://www.edtp.com/
The board consists of a Atmega128 with 1Mbit of SRAM attached. In this code
the external SRAM is not used or required.
I developed this code on ICC AVR V6, and to enable it to function correctly
I had to adjust the ammount of return stack that is assigned, this is located in
project settings (change to 50 to be safe).
Certain assumptions have been made in the code, due to time restrictions
and *lazyness*. You can however change this code to work on other configurations
of hardware, please send me a copy if you do :-)
The code contained in drivers.c is very board specific, also XTAL specific...
Please refer to my website for 'class diagram' type overviews of the softwares construction.
Website: http://www.robs-projects.com/
Revision History
-=-=-=-=-=-=-=-=-
V0.1c - Fetch_ID_Max_LBA() function added to retrieve Drive infomation and stoping the drive
reads from addressing a sector that is out of range.. (24/01/04)
V0.1b - fopen(), fgetc(), fopenDIR() using new software stack for IDE and FAT32 access (17/01/04)
V0.1a - First release; fopen(), fgetc() unbuffered reads.... (27/12/03)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -