I am getting an error saying as follows
LCD2.axf: Error: L6218E: Undefined symbol delay (referred from lcd.o)
this error is getting in LPC2148 programming . Can anyone help me out with this?
So define it, then!
Add the code of function delay() to your project, and then magically the linker will be able to find in, and include it.
View all questions in Keil forum