• RTX user timer life check
    Hi, In my software, I will create a user timer using tmr1 = os_tmr_create(500, 1); When the timer expires, I will trigger an alarm. If the conditions change, I want to cancel the alarm...
  • Simulator code execution speed different to real life
    Hi there, I am using the uVision 3 software simulator to do some profiling type testing. I can run the simulator and real hardware and get the same IO behavior. The hardware uses nearly every timer...
  • Why is simulator not equal to real life hardware?
    I'm new to embeded C. I've got a Phytec Philips C552 chip and connected a LCD to it. I've made a simple prg to display char or string. Char works perfectly string brings only garbage. When I run the prg...
  • Maybe this would be easier than real life ...
    www.thinkgeek.com/.../
  • storing constant at end of flash
    I need to store a constant at the end of the flash space and I've tried using const long x1 __attribute__((at(0x1FFF8))) = 0x12345678; /* RO */ or const long flash_key __attribute__((section...