• RtxTiny2\Examples\Ex1
    I got error message during running RTX tiny's example EX1 when I changed the target to Intel 8051. The message as following: *** error 65:access violation at I:0xFE: no 'write' permission. ***...
  • RtxTiny2\Examples\Ex1
    I got error message during running RTX tiny's example EX1 when I changed the target to Intel 8051. The message as following: *** error 65:access violation at I:0xFE: no 'write' permission. ***...
  • ERROR: PREMATURE END OF FILE ON 'ex1.hex'
    ek51v705.exe very simple test program, why get ERROR: PREMATURE END OF FILE ON 'ex1.hex' anyone can help me. Thank you #include <AT89x51.h> #define uint unsigned int #define uchar unsigned char...
  • Clarification on Clearing of the EX1 Interrupt Flag
    Hi all, I was wondering if anyone could shed some light on the behaviour of the external interrupts, especially their flag behaviour. void int1 (void) interrupt 2 using 2 { P1_4 ^= 1; // Toggle...
  • Clarification on Clearing of the EX1 Interrupt Flag
    Hi all, I was wondering if anyone could shed some light on the behaviour of the external interrupts, especially their flag behaviour. void int1 (void) interrupt 2 using 2 { P1_4 ^= 1; // Toggle...