11 years, 3 months ago.

C++ register names that were in LPC1768.h?

Where can I find the documentation or code with the C++ I/O register names setup for the mbed LPC1768 now that you can't see the old handy LPC1768.h file in the new library?

So far, the old names still seem to work in the compiler.

I tried expanding the view of the mbed library in the compiler and looking around a bit, but I seemed to only find the register name documentation setup for the mbed LPC11U24, or the LPC1768 IRQ names only.

1 Answer

11 years, 3 months ago.

The CMSIS header containing all the register definitions (mbed/LPC1768/LPC17xx.h) is visible here: http://mbed.org/users/mbed_official/code/mbed/file/0954ebd79f59/LPC1768/LPC17xx.h

Repository: mbed

Accepted Answer