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?
Oh ok. Thank you :)
Add the code of function delay() to your project, and then magically the linker will be able to find in, and include it.
So define it, then!
View all questions in Keil forum