Am using cortex-M3. I did a program. While compiling am getting an error as #include"lpc1xx.h". Am not able to rectify it. Please help me.
Thank You.
Don't you think it would be necessary to at least know what error, exactly, you are getting for anyone to be able to suggest how to fix that error?!
But, usually, the error message tells you exactly what is wrong; think about what it is telling you and, thus, how to fix it!
Is header file placed at the path you are giving? Do you know the difference between #include "filename" and #include <filename>?
For a moment, Is this a valid header file #include"lpc1xx.h"? I think it must be #include <lpc17xx.h>