• Time zone management
    Hi all, I would like to use the time library to manage multiple times with different timezones in my embedded system. I would like reproduce the IAR method: ( www.iar.com/.../) But with...
  • Setting Time Zone for __DATE__ & __TIME__
    The macros __DATE__ & __TIME__ are displaying GMT. How can I get them to display local time (EST)? Time is displayed correctly everywhere else. The laptop is running Windows 7 64-bit.
  • Admin: Color-coding of new posts + time zone
    After last change of daylight savings, I now - again - have issues with color-coding of new posts. Threads continue to correctly mark threads with new content. But I often do not get any individual posts...
  • Wrong simulation time for Dallas DS89C420 ?
    Hi, here is code: void float_test( void ) { int a; float f; f=4.44; for(a=0; a<100; a++) f *= f/2.25; } I use simulator for simulating execution time of shown function. When I select...
  • wrong cycle timing of instructions on ARM11
    Note: This was originally posted on 4th February 2013 at http://forums.arm.com Hi, Iam using RVDS3.0 for ARM11. some of the instructions are not executing in the time specified by the ARM documentation...