Program which demonstrates the usage of the IOCONFIG & GPIO peripherals. Program only blinks the LED based on the primitive delay function which only makes microprocessor busy for some time. Source code is split - we keep register definitions in header files away from the main source file.

Dependencies:   mbed

LPC4088-system.h

Committer:
71GA
Date:
2015-05-02
Revision:
0:2636b9dea739

File content as of revision 0:2636b9dea739:

//LPC4088 sistemski in clock registri

#define PCONP             (*((volatile unsigned int *) 0x400FC0C4))