• Startup code
    Does any body has ISR-working startup.s file for the LPCE2214 .I tried and downloaded many Startup files for LPC2214 from this site.. but ended up without success. Am using KEIL uvision evalution software...
  • Startup code
    Hello All: How can I reference the start address of the startup code in start167.a66 in a C file? The only thing I can think of doing is extern void C_STARTUP(void); but that does not seem to work...
  • Startup code
    Hi, i m working with AT89S8253, i created a project without including startup code, but it is not working on hardware... anybody have any idea about start up code modification for 89s8253 Thanks ...
  • Stuck at Startup code
    Vectors LDR PC, Reset_Addr LDR PC, Undef_Addr LDR PC, SWI_Addr LDR PC, PAbt_Addr LDR PC, DAbt_Addr NOP ; Reserved Vector LDR PC, IRQ_Addr LDR PC, [PC, #-0x0120] ; Vector from VicVectAddr ...
  • relocating startup code
    Hi, I have an application (let's say "myloader") running (i.e. from 0x0000-0x61FF) on mine LPC2106, the only thing that it does is to listen to the serial port and donwload a new program (let's...