• 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/.../
  • never ending loop on dbg_task_notify
    Hello I'm working on a project which uses RTX. All is running fine in the emulator but when I run in debug on the real target my init task (os_sys_init(Start)) is never called. When I break the...