Hi
Any idea when Keil will upgrade the uVision to have a LPC24xx.h file, so its possible to use ex. PINSEL11. The current lpc23xx.h, which cover the most of the lpc24xx defines, doesnt define the PINSEL11 register and other.
Or must we wait for version 4?
Thomas
Of course not - there is nothing to stop you making your own header file!
There is nothing special or magic about the headers that Keil provide - they are just standard, 'C' language files.
If you want a definition of PINSEL11, then just make one!
Well, incorporating Keil's language extensions, of course...