![]() |
LPCOpen Platform
v1.03
LPCOpen Platform for NXP LPC Microcontrollers
|
Example description
The SCT example demonstrates the match functionality using the State Configurable Timer.
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
Macros | |
| #define | TICKRATE_HZ (10)/* 10 ticks per second */ |
Functions | |
| void | SysTick_Handler (void) |
| Handle interrupt from SysTick timer. | |
| void | SCT_IRQHandler (void) |
| Handle interrupt from State Configurable Timer. | |
| int | main (void) |
| Application main program. | |
Variables | |
| static volatile uint32_t | ticks |
| int main | ( | void | ) |
| void SCT_IRQHandler | ( | void | ) |
| void SysTick_Handler | ( | void | ) |