• RTX51 full: os_wait() returns too early
    Hello! Assuming an OS timer tick interval of 5ms, os_wait() returns exactly after 5ms with the code as follows: while (1) { os_wait(K_TMO, 1, 0); } However, with the code like that: ...
  • RTX51 Tiny system function (os_wait)
    Hi. I've performed a 1 Hz incremental counter with RTX51 Tiny functions. I configured the parameter INT_CLOCK EQU 10000 at the Conf_tny.a51 file configuration, with a 12Mhz XTAL and then I did a task...
  • RTX51 full
    İ can write a program with rtx51 tiny and this circuit use 16 external I/O port mapped from a 74154. All code is work with RTX51tny. I can declare all port following table. unsigned char xdata...
  • Full RTX51
    I want to implement FULL RTX51 in a 8051 microcontroller. Is there any specific microcontroller which supports RTX51? and I want to interface my this microcontroller to a LAN Card too. Please...
  • Signal problem RTX51 full
    Thank you in advance. My idea is to use an interrupt to trigger a task Why interrupt can work well but the signal can't trigger task? Is there any one can help me?