28.03.2015 Views

Task Management and Lab 5

Task Management and Lab 5

Task Management and Lab 5

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

OS<strong>Task</strong>Create(): Example<br />

OS<strong>Task</strong>Create(TestStart, , (void *)0, &TestStartStk[0], 0);<br />

/* Here the stack grows from low to high memory */<br />

OS<strong>Task</strong>Create(TestStart, , (void *)0,<br />

&TestStartStk[TASK_STK_SIZE<br />

TASK_STK_SIZE-1], 0);<br />

/* Here the stack grows from high to low memory */

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

Saved successfully!

Ooh no, something went wrong!