• Using the RTC Timer (LPC2138) to Provide OS Tic
    Has anyone done this? I have an application that I am converting to run on the ARTX OS and timers 0 and 1 are already heavily taxed. Perhaps it is just a matter of configuring the VIC etc in ARTX_Config...
  • lpc 2138 timers delay
    Dear tech member I am working lpc2138 start pu board ,how to calculate delay using timers.help me Regards jacob
  • Timer Delay: CMSIS-RTOS RTX
    Hello, I have a problem with CMSIS-RTOS RTX. My program works through the main()-function and after that it jumps to the Timer_Callback()-function. I didn't understand why I must define a timerDelay...
  • How use timer to delay in a function?
    A delay function is defined normally as: void delay(int n) { int i; for (i= 0; i<n; i++) _nop_(); } when delay() performed,ALU get in loop but do nothing.Can use a timer counting to delay...
  • 5 sec delay using timers
    hello, pleae help me i want 5 sec delay using timer concepts