• 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...
  • Need help for RTX51 full
    I am using uv2 to debug my RTX51 Full application and I'm having trouble. Program execution stops at IDATALOOP function in the Starup.a51. Thank you in advance !!
  • RTX51-full - os_wait for ever
    Hello all. Can anyone help me with the following one? My target is working under RTX51-full. I have an interrupt function (void mc12comm() interrupt 0 using 3) that calls other regular function, and...
  • memory management with RTX51-full
    Hello all, My code is based on RTX51-full. I'm trying to use the memory management functions (os_create_pool, os_get_block and os_free_block) but for some reason it don't work properly. There's a short...