My problem is not in the compilation.
I compile the project with No errors and No warnings.
My problem there is no multitasking.
Cause i think the timer0 interrupt is not working.
I set breakpoint at T0IR = 0xff;
void Tmr_TickISR_Handler (void)
{
T0IR = 0xFF; /* Clear timer #0
interrupt */
OSTimeTick(); /* If the interrupt is from
the tick source, call OSTimeTick() */
VICVectAddr = 0;
}
But no thing happen and there are no response in the leds.
AmR
--- In lpc2000@yahoogroups.com, "FreeRTOS Info" <nospam@...> wrote:
>
> > Thanks for your reply,
> >
> > it didn't work :-(
> >
> > What is IAR version you use ?
> >
> > what can i do more than that?
>
>
> You could start by providing some information on what your problem
is. What
> is the symptom? Is it a compilation issue?
>
> Regards,
> Richard.
>
> http://www.FreeRTOS.org
>Message
Re: Urgent IAR EWARM with uCOS-II :-( ?
2006-03-14 by eng_amrahmed2011
Attachments
- No local attachments were found for this message.