• RTXTiny2
    1.how find document abut RTXTiny2 2.how RTXTiny 2 work cygnal MCU ?
  • Hex file is not seen in RTXtiny2 project folder
    Hi All, I was trying to create hex file for Example code 1 in RTXtiny2(keil micro version 2) for Philips 89V51RD2 microcontroller, it shown the following Build target 'RTX51 Tiny Ex1' compiling...
  • 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...
  • 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...
  • 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...