• 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...
  • 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...
  • 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.
  • 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.
  • 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...