• get current time in microseconds method
    I'm using the Timer 3 and I want to verify that the ISR is being called at the correct interval. I wanted to use a the clock() function but I can't include <time.h>. What should I do??? Thanks
  • How can I get the current RTX ticks?
    I could not find an API for RTX to get the current ticks. I need to know that information in order to measure the performance.
  • PINs current
    hi i m new to microcontrollers and i would like to know that when we make pins as output the IOH voltages are 5V and current is 60 microamp then how the high output can drive a 2SC1815 NPN Transitor...
  • APNT_105, understanding "A routine to get the current tick"
    Ap note 105 says "You must encapsulate acecess to the timer tick variable to guaranteee that your program does not access this variable at the same time the interrupt is updating it" How can these...
  • ARTX-166 call to get current task's priority
    I'm upgrading from RTX-166 to ARTX-166 and can't find the corresponding call, in ARTX-166, to get the current running task's priority. RTX-166 had the following: os_running_task_prio(); ...