Hi everybody ! I just want to ask somethong...
portSTACK_TYPE *pxPortInitialiseStack( portSTACK_TYPE *pxTopOfStack, pdTASK_CODE pxCode, void *pvParameters );
"the problem is usually somewhere above/before the reported line number." Very true! The prime suspect must be portSTACK_TYPE - are you sure that this has been correctly defined before this line? Remember: 'C' is case-sensitive. If any other errors were reported before this one, you should certainly attend to them first.
I suspected that portSTACK_TYPE is not defined properly
Thanks to all of you !!! It was really incorrect definition ! one more question - is there any way to tell the keil simulator that there are connected external pull-ups to port 0 ? Thanks in advance