![]() |
LPCOpen Platform
v1.03
LPCOpen Platform for NXP LPC Microcontrollers
|
Example description
This example shows how to use the SYSCTL driver to driver a specific clock source on the CLKOUT pin. To use this example, you'll need to connect an oscilloscope to the CLKOUT pin on your board. See the comments in the code for mapped pins for supported boards.
Special connection requirements
There are no special connection requirements for this example.
Build procedures:
LPC8xx example quickstart for IAR EWARM
LPC8xx example quickstart for Keil uVision4
LPC8xx example quickstart for Code Red Xpresso
Supported boards and board setup:
NXP Xpresso LPC812 board
Submitting LPCOpen issues:
Community support for LPCOpen
Functions | |
| void | SysTick_Handler (void) |
| Handle interrupt from SysTick timer. | |
| int | main (void) |
| main routine for CLKOUT example | |
Variables | |
| static volatile uint32_t | ticks100 |
| int main | ( | void | ) |
| void SysTick_Handler | ( | void | ) |