• 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 ...
  • startup code not executing in keil
    hi i'm new to keil, it has been said that startup code will be generated and by using configuration wizard of keil. i created configuration file using that, but the program is not starting to execute...