This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

uVision upgrade with LPC24xx header file?

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

Parents
  • 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!

Reply
  • 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!

Children