This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

LPC2361

Hello,

can anyone tell me if can I use threads and timers (like in C/C++) on LPC2361 and where can I found some demo/examples/manuals about that?

Thanks

Parents
  • Dear Andrew

    the example you sent me have one big problem: when you run a function from one timer the other timers dont work. And some functions can take a long time. If an other function need to be run at very precise moment you have a problem. Basically you have only one loop actually and all is syncronized. Tell my if I am wrong.

    Dorin

Reply
  • Dear Andrew

    the example you sent me have one big problem: when you run a function from one timer the other timers dont work. And some functions can take a long time. If an other function need to be run at very precise moment you have a problem. Basically you have only one loop actually and all is syncronized. Tell my if I am wrong.

    Dorin

Children