rtc

About RTC(system clock) issue in Win7

I encountered a very very very strange issue, if My SW is still running in Idle mode on Win7, the RTC(system clock) delay 25 sec during 3 days, I addressed it's WM_TIMER issue. If I remove the timer, the issue will disappear, but I really want to know how to avoid it and why. Thanks. ...

Coding realtime clock for for ARM architecture based microcontroller

I need to write a program to implement real time clock for ARM architecture. example: LPC213x It should display Hour Minute and Seconds. I have no idea about ARM so having trouble getting started. My code below is not working // ... int main (void) { int hour=0; int min=0; int sec; init_serial(); /* Init UART */ I...

Has anyone used Rational Team Concert (RTC)?

The company I work for is currently evaluating replacements for SourceSafe, and for various reasons, I think RTC will be chosen. I'm a little scared that we're going to end up with a solution that isn't the best for us in our situation. I've tried researching a little bit about what it is, but all I have been able to find are marketing t...

TeamCity and IBM Rational Team Concert (RTC) Integration

Has anyone used TeamCity with Rational Team Concert (RTC) ? Is there any other continous integration for RTC? ...

Can Rational Team Concert and IntelliJ coexist?

I am a long time intellij user. The company where I work is likely to introduce Rational Team Concert to our department shortly. I went to the RTC demo and it looks like a reasonable product, built around Eclipse, but I would rather not give up using IntelliJ. Does anyone have experience of using non-eclipse IDEs with RTC? ...

IBM's RTC and Microsoft's TFS 2010

What in your view are the most important differences? Need to make an expensive decision... Information: We have both Java and .NET Projects (few more .NET) Very interested in project life cycle management. Migrating from ClearCase ...

Android AlarmManager RTC doesn't pause while device is sleeping

Hi, I wrote a little widget for Android devices. The widget uses AlarmManager to set recurring updates. I'm using the RTC clock for the AlarmManager. According to the documentation, if the device is sleeping, the RTC clock wont wake up the device and the next update will be when the device is woken. I have a log file for the widget w...