• Change the RTX51 Tiny's Timer0 to Timer2
    I want to change the kernel's Timer0 to Timer2 when using RTX51 Tiny. Now I have modified something in file Conf_tny.A51: Code-1 ;CSEG AT 0x0B ;Timer0 interrupt adress (oringal code) CSEG AT...
  • RTX51 Tiny question
    I plan to use Winbond's W78LE516 at 20MHz and to estimate whether I can use use one of RTX51 tiny task to sampling IR input which smallest sampling interval is 0.56ms. The data I have - One tick...
  • Interrupt question with RTX51 tiny
    Help me , thanks! I have two questions wish to get the answers. 1、 If a interrupt routine is so longer more than OS schedule period: what would be happend? could tasks run correctly? 2、 Whether...
  • Some Questions about RTX51 tiny tasking switching.
    In general, what can causes the RTX51 Tiny tasking switching run uncorrectly. Thanks in advance. I can solve some qustions in my program, some tasks never run in program.
  • RTX51-Tiny: os_wait2(..) return question
    If I call os_wait2(..) as listed in the example below, and if subsequently another task signals MyTask() AND it times out, what will the return value be? The manual states the return value will be a manifest...