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.
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>