• use keil c51 for rtx51 tiny
    I change the xtal value in options for target, but the ticks time not change, why? select use simulator in options for debug. Thanks for your answer!
  • hex file for rtx51 tiny program
    i have written a small program with rtx51 tiny. it runs perfectly in keil. but when i loaded it on at89s52 it doesnt work. i want to know if there is any precaution is to be taken for the rtx51 tiny...
  • use keil c51 for rtx51 tiny
    I change the xtal value in options for target, but the ticks time not change, why? select use simulator in options for debug. Thanks for your answer!
  • hex file for rtx51 tiny program
    i have written a small program with rtx51 tiny. it runs perfectly in keil. but when i loaded it on at89s52 it doesnt work. i want to know if there is any precaution is to be taken for the rtx51 tiny...
  • 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...