• 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. ***...
  • RTX : EX1 doesn't run using LPC2368
    I have tested Keils RTX Program EX1.c using Lpc2124 using the Debugger and everthing ran OK. So I modifed the EX1.c Prog for the LPC 2368. 1) Used LPC23xx.h through-out. 2) Removed Startup.s and...
  • RTX : EX1 doesn't run using LPC2368
    I have tested Keils RTX Program EX1.c using Lpc2124 using the Debugger and everthing ran OK. So I modifed the EX1.c Prog for the LPC 2368. 1) Used LPC23xx.h through-out. 2) Removed Startup.s and...
  • 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...