Difference between revisions of "LPC1768: SysTick Timer"
(Created page with "category: LPC1768 Tutorials =Objective:= In this tutorial we will discuss how to configure the lpc1768 systick timer for 1ms tick.<br> At the end of the tutorial wee will...") |
|||
Line 2: | Line 2: | ||
=Objective:= | =Objective:= | ||
− | In this tutorial we will discuss how to configure | + | In this tutorial we will discuss how to configure lpc1768 systick timer for 1ms tick.<br> |
− | At the end of the tutorial | + | At the end of the tutorial we will see how to use the ExploreEmbedded sysTick libraries.<br> |
Revision as of 09:12, 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.