Error Codes; A.2 Dsp/Bios Error Codes - Texas Instruments TMS320C55 Series Reference Manual

Dsp/bios 5.32 application programming interface api
Table of Contents

Advertisement

A.2
DSP/BIOS Error Codes
Table A-3 Error Codes
Name
SYS_OK
SYS_EALLOC
SYS_EFREE
SYS_ENODEV
SYS_EBUSY
SYS_EINVAL
SYS_EBADIO
SYS_EMODE
SYS_EDOMAIN
SYS_ETIMEOUT
SYS_EEOF
SYS_EDEAD
SYS_EBADOBJ
SYS_ENOTIMPL
SYS_ENOTFOUND
SYS_EUSER
Value
SYS_Errors[Value]
"(SYS_OK)"
0
"(SYS_EALLOC): segid = %d, size = %u, align = %u"
1
Memory allocation error.
2
"(SYS_EFREE): segid = %d, ptr = ox%x, size = %u"
The memory free function associated with the indicated memory segment
was unable to free the indicated size of memory at the address indicated by
.
ptr
3
"(SYS_ENODEV): device not found"
The device being opened is not configured into the system.
4
"(SYS_EBUSY): device in use"
The device is already opened by the maximum number of users.
"(SYS_EINVAL): invalid parameter"
5
An invalid parameter was passed.
6
"(SYS_EBADIO): device failure"
The device was unable to support the I/O operation.
7
"(SYS_EMODE): invalid mode"
An attempt was made to open a device in an improper mode; e.g., an
attempt to open an input device for output.
"(SYS_EDOMAIN): domain error"
8
Used by SPOX-MATH when type of operation does not match vector or filter
type.
9
"(SYS_ETIMEOUT): timeout error"
Used by device drivers to indicate that reclaim timed out.
10
"(SYS_EEOF): end-of-file error"
Used by device drivers to indicate the end of a file.
11
"(SYS_EDEAD): previously deleted object"
An attempt was made to use an object that has been deleted.
12
"(SYS_EBADOBJ): invalid object"
An attempt was made to use an object that does not exist.
"(SYS_ENOTIMPL): action not implemented"
13
An attempt was made to use an action that is not implemented.
14
"(SYS_ENOTFOUND): resource not found"
An attempt was made to use a resource that could not be found.
>=256
"(SYS EUSER): <user-defined string>"
User-defined error.
Function Callability and Error Tables
DSP/BIOS Error Codes
A-11

Advertisement

Table of Contents
loading

Table of Contents