• how to delay a period of time ?
    i'm using uVision to code my program. anybody tell me how to delay a period of time in C?
  • if condition
    Hello, I was compiling my firmware program written in C using Keil microVision2 V2.4 compiler. The target is c8051F120 microcontroller. I noticed that the compiler accepted the following: if...
  • Periodic test needed for external RAM?????
    Hi frnds, while POWER ON the system i am checking External RAM memory.... but i am not checking the external RAM periodically.....whether the periodic test is needed are not???? Please clarify my...
  • RTX periodic task design
    I'm developing an app on an M3 that requires I run a run a periodic task every 500 microseconds. Currently I'm using a periferial timer and isr_evt_set to wakup my high priority task. This all works...
  • Periodic User Timers in RTX:
    Hi Keil, RTX rtos supports only one shot user timer but is there any way that we can make the timer periodic? If not can we implement periodicity with existing rtx timer data structure?. Please help...