• DPTR constantly reloaded
    I have some code to transfer a large amount of data over a SPI port running at the system clock/2 so I need my code to be as fast as possible. The code generated for my current method does not seem to...
  • RTX Kernel user timers
    I know till now periodic user timer are not possible in the RTX kernel. is there a plan to implement this feature in future ? rgds, mario
  • 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...
  • 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...
  • Timer 0 firing always 40mS, irrespective of Reload Values
    We are using 89C51RD2 with standard 12 clock stand mode, in this Timer 0 we are initializing with following snapshot code and expected to fire interrupt for every 10mSeconds approx.: INI_TIMER0(...