• 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?
  • 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?
  • RTX RTOS with IDE other than MDK
    Hello, I am a bit confused with some issues around RTX and would be grateful if one can help me to understand them. 1. Assume I want (or better said my boss wants ) to use RTX outside MDK, for example...
  • How to set system stack other than 0xFC00?
    Hi, All the SP, STKOV, and STKUV's highest 4 bits are masked to '1'. Does that mean those registers have to be 0xFxxx only? May I change the system stack to somewhere else, say 0xc200? Thanks a lot...
  • Using other than a line# to set a BP in a script?
    Hello all, How can I set BP in a debugger script using other than a line number? My goal is to allow the script to be re-used without modification, as much as possible, as the source file is modified...