• 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" /...
  • Using Time.h functions with MDK-ARM
    Hi, I saw in the directory structure there's library and include files for time functions. I want to use the RTC of an lpc2378 with the time functions. But nowhere in the doc I cand find a way to...
  • How to time.h functions for Calander management
    I have LPC2132 based board with DS3231 RTC. The system is master clock which supports the GMT, IST, UTC time format. It is also connected to GPS which sends in UTC mode. At present, I have own functions...
  • gmtime in time.h not generating correct values
    Hi guys, I have the following code for a Freescale KL25Z-based Cortex-M0+, which attempts to generate hours, minutes, seconds etc from an epoch time that I'm extracting from the RTC: #include...