![]() |
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.
Special connection requirements
Observe the clock out on pin PIO0_1 (J6-38) by using oscilloscope.
Build procedures:
LPC13xx example quickstart for Code Red Xpresso
LPC13xx example quickstart for Keil uVision4
LPC13xx example quickstart for IAR EWARM
Supported boards and board setup:
NXP Xpresso LPC1347 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 | ) |