• RTX51 link problem
    Hi, I'm using SILABS IDE 9 and KEIL RTX51. When I compile I get no error, but when I try to link my program I get 840 warnings. the warnings are all of the type: WARNING L2: REFERENCE MADE...
  • RTX51-TINY link error
    Just download and trying out evaluation version uVision4 for 8051, try to build a project from the examples directory for RTX51-TINY but get error stating should upgrade to PK51. Makes no sense to me...
  • RTX51-TINY application link process wants RTX51.LIB!
    Hi all, I'm using RTX51-TINY in my application. I included rtx51tny.h in the files, and tried to link them with BL51 as follows: bl51 module1.obj, module2.obj, module3.obj rtx51tiny However...
  • rtx51
    Does the compiler c51 version 7.05 support rtx51 full version5.10?
  • RTX51
    Hello, I created three tasks. Each task increments a counter and send it to LCD by using a semaphore. I used timer 0 for system tiks. I used timer 2 to interrupt every 1/2 second and increase the counter...