11.07.2015 Views

IAR PowerPac RTOS User Guide

IAR PowerPac RTOS User Guide

IAR PowerPac RTOS User Guide

SHOW MORE
SHOW LESS
  • No tags were found...

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

DebuggingValue Define Description174 OS_ERR_2USE_CSEMA Counting semaphore has been initialized by calling a createfunction twice.175 OS_ERR_2USE_RSEMA Resource semaphore has been initialized by calling acreate function twice.176 OS_ERR_2USE_MEMF Fixed size memory pool has been initialized by calling acreate function twice.190 OS_ERR_MEMF_INV Fixed size memory block control structure not createdbefore use.191 OS_ERR_MEMF_INV_PTR Pointer to memory block does not belong to memory poolon Release192 OS_ERR_MEMF_PTR_FREE Pointer to memory block is already free when callingOS_MEMF_Release(). Possibly, same pointer wasreleased twice.193 OS_ERR_MEMF_RELEASE OS_MEMF_Release() was called for a memory pool,that had no memory block allocated (all available blockswere already free before).194 OS_ERR_POOLADDR OS_MEMF_Create() was called with a memory poolbase address which is not located at a word aligned baseaddress195 OS_ERR_BLOCKSIZE OS_MEMF_Create() was called with a data block sizewhich is not a multiple of processors word size.200 OS_ERR_SUSPEND_TOO_OFTEN Nested call of OS_Suspend() exceededOS_MAX_SUSPEND_CNT201 OS_ERR_RESUME_BEFORE_SUSPEND OS_Resume() called on a task that was not suspended.202 OS_ERR_TASK_PRIORITY OS_CreateTask() was called with a task priority whichis already assigned to another task. This error can onlyoccur when <strong>IAR</strong> <strong>PowerPac</strong> <strong>RTOS</strong> was compiled withoutround robin support.210 OS_ERR_EVENT_INVALID An OS_EVENT object was used before it was created.211 OS_ERR_2USE_EVENTOBJ An OS_EVENT object was created twice.212 OS_ERR_EVENT_DELETE An OS_EVENT object was deleted with waiting tasksTable 128: Error code list (Continued)The latest version of the defined error table is part of the comment just before the OS_Error() function declaration inthe source file OS_Error.c.PP<strong>RTOS</strong>-2125

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!