Difference between revisions of "LPC1768: SysTick Timer"
Line 4: | Line 4: | ||
In this tutorial we will discuss how to configure lpc1768 systick timer for 1ms tick.<br> | In this tutorial we will discuss how to configure lpc1768 systick timer for 1ms tick.<br> | ||
At the end of the tutorial we will see how to use the ExploreEmbedded sysTick libraries.<br> | At the end of the tutorial we will see how to use the ExploreEmbedded sysTick libraries.<br> | ||
+ | |||
+ | |||
+ | =Registers= | ||
+ | |||
+ | |||
+ | =Code= | ||
+ | |||
+ | =Using ExploreEmbedded Libraries= | ||
+ | |||
+ | [[File:00_Lpc1768_Timer.jpg]] |
Revision as of 20:17, 14 April 2016
Objective:
In this tutorial we will discuss how to configure lpc1768 systick timer for 1ms tick.
At the end of the tutorial we will see how to use the ExploreEmbedded sysTick libraries.