SmartWAV2-SerialMode_R1
SMARTWAV 2
Serial Mode
Vizic Technologies ©2020 | 94
FAT ACK/NAK List:
The next list of bytes, are the possible FAT access execution ACKs/NAKs
that could be obtained from any File Operation:
Byte
received
Meaning
Description
0x00 (hex)
OK
Success.
0x01 (hex)
DISK ERROR
Hard error in low level disk I/O layer.
0x02 (hex)
INTERNAL ERROR
Assertion failed.
0x03 (hex)
NOT READY
Physical drive cannot work / not inserted.
0x04 (hex)
NO FILE
Could not find the file.
0x05 (hex)
NO PATH
Could not find the path.
0x06 (hex)
INVALID NAME
Path name invalid format.
0x07 (hex)
DENIED
Access denied or full directory.
0x08 (hex)
EXIST
Access denied to prohibited access.
0x09 (hex)
INVALID OBJECT
File object is invalid.
0x0A (hex)
WRITE PROTECTED
Physical drive is write protected.
0x0B (hex)
INVALID DRIVE
No Drive/microSD card is inserted.
0x0C (hex)
NOT ENABLED
The volume has no work area.
0x0D (hex)
NO FILESYSTEM
There’s no valid FAT volume.
0x11 (hex)
NOT ENOUGH CORE
No more files can be opened.
0x12 (hex)
TOO MANY OPEN FILES
No more files can be opened.
0x13 (hex)
INVALID PARAMETER
Given parameters are invalid.