• Time.h
    Hi All, I am trying to use the functions of Time.h in my application (My target is LPC2138) and my Application is jumping to SWI_Handler. Do timer.h is implemented? TNX Kobi
  • Time.h
    Hi All, I am trying to use the functions of Time.h in my application (My target is LPC2138) and my Application is jumping to SWI_Handler. Do timer.h is implemented? TNX Kobi
  • uvision: time.h undefined time symbol
    hi, could someone tell me the way to work with the time.h header file? At the moment I get the error message "undefined symbol time" #include <stdio.h> #include <time.h> #include "math.h" /...
  • uvision: time.h undefined time symbol
    hi, could someone tell me the way to work with the time.h header file? At the moment I get the error message "undefined symbol time" #include <stdio.h> #include <time.h> #include "math.h" /...
  • Unknown issue when using time.h library
    Hello everybody, I am trying to calculate the time spent by the controller (LM3S2965) between 2 moments of time The following syntax: clock_t interval; ENTER A CONDITIONAL interval...