User manual

160
// Disk drive READ/WRITE length error
DRIVE_STS_LE = 0x0001 << 6
};
Note:
-
DO NOT initiate NEXT disk drive command before PREVIOUS disk drive command
completion;
-
When using raw physical drive and sector size of disk drive is being emulated is
less than sector size on real physical drive, any READ or WRITE operations can be
performed with number of bytes to read or write less or equal 32768.
-
Be careful while using mapping to raw physical drive, it is ease to corrupt all
data on it!