SysTick->CTRL : SysTick Control and Status Register(systick控制與狀態(tài)寄存器)
SysTick->LOAD SysTick Reload Value Register (systick 重裝裝載值寄存器)
SysTick->VAL SysTick Current Value Register(systick當(dāng)前值寄存器)
(51過(guò)來(lái)的同學(xué),systick定時(shí)器和51的定時(shí)0差不多的理解 (The counter inside the SysTick is a 24-bit decrement counter)SysTick內(nèi)部的計(jì)數(shù)器是一個(gè)24位遞減計(jì)數(shù)器 。只需要將SysTick從一數(shù)到零需要多少時(shí)間弄明白即可。 systick定時(shí)器初始化