• Where to get mktime() and gmtime() functions for MDK?
    In our embedded project we need to manage time data with both time_t and struct tm standard types. The former for storage, easy computation of delta time, transmission over a low bitrate channel...
  • Where to get mktime() and gmtime() functions for MDK?
    In our embedded project we need to manage time data with both time_t and struct tm standard types. The former for storage, easy computation of delta time, transmission over a low bitrate channel...
  • 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...
  • 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...