hello, i am new to lpc1768 micro controller, when i compile code in keil4 it gives me an error like L6218E: Undefined symbol SystemInit (referred from startup_lpc17xx.o) can anybody help me out...
Make sure the project you constructed contains system_lpc17xx.c, or board/chip specific file
hello thanks i just missed out that file to include... problem solved. thanks once again!!!
where did you get that file and how to add it .....help me out
Why don't you start by using some of already available example projects like Blinky from the LPC1700_DFP as they should have project setup correctly.