• RTX51 Tiny & starting C51 program at an address other than 0000h
    How do you use RTX51 Tiny and start the code at address 8000h. What other steps besides those listed in the: "How do I start my C51 program at an address other than 0000h?" are needed?
  • Starting at address other than 0
    Hi, I'm using Keil v4 along with Cortex M4 (in this casa Freescal's K40) I have to create a project that will be linked and executed at address grater than 0 (0x400 to be exact). It will help...
  • RTX51 Tiny
    If a function called by one task is interrupted by Round-Robin or os_switch_task the auto variants in which fuction are saved or not? In the RTX51 Tiny User's Guide, you said: When a task switch occurs...
  • 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!
  • RTX51 tiny
    When a task is stoped due to time out? Will it sart again from the beganing or from the last statment that it was executing??