• 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. ***...
  • 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...
  • 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...
  • Finding the end of ROM (as in .HEX / .BIN)
    (I wanted to reply to this thread, but was not able to: http://www.keil.com/forum/16466/ ) (Using Keil 4.53.0 on an STM32F103VG) Using two of the methods from that thread to find the "end of...
  • Error generating hex file
    I always get the following error while tring to run oh51 tool. C:\Keil\C51\BIN>oh51 main.obj OBJECT TO HEX FILE CONVERTER OH51 V2.6 COPYRIGHT KEIL ELEKTRONIK GmbH 1991 - 2001 GENERATING INTEL...