ISInit() function
Posted: Thu Dec 04, 2008 6:41 am
I am trying to setup multitasking in my app.
One of the instructions to set this up was to use
OSInit(); and OSStart(); When I tried to compile with this I encountered an
error telling me that the the parameter list was incomplete, that
it should be OSInit( void *idle_task_stk_top, void *idle_task_stk_bot, BYTE maxtasks );
Does anyone know why there is discrepancy and if they know how to
create more than one task beside a UserMain and one other separate task?
One of the instructions to set this up was to use
OSInit(); and OSStart(); When I tried to compile with this I encountered an
error telling me that the the parameter list was incomplete, that
it should be OSInit( void *idle_task_stk_top, void *idle_task_stk_bot, BYTE maxtasks );
Does anyone know why there is discrepancy and if they know how to
create more than one task beside a UserMain and one other separate task?