can we program the philips lpc23xx series using the evaluation tool of keil.also could someone please tell me how to write the programs in c. is there any other resource other than nxp website for programming nxp.we want to program nxp for ethernet control of multiple switches.could someone pls send me some resources
DISCLAIMER: The link www.lysator.liu.se/.../bwk-tutor.html I referred to above is for a very early tutorial in C, written by Brian W. Kernighan himself, some 4 years before K&R published "The C Programming Language" (1974).
That tutorial is still valid for many C language features and shed light in some very interesting information from the early days of computing when C was invented.
HOWEVER, it has some syntax and function declaration styles that are deprecated and not supported by contemporary C compilers, not to say that it is from a time before ANSI C was even considered.