Skip to content

Commit e995081

Browse files
committed
📝 update readme
1 parent f93612c commit e995081

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

systick/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ System Tick Time (SysTick) generates interrupt requests on regular basis. This a
1111
SysTick register can only be accessed using word access.
1212

1313
### Control flow
14-
![Control flow diagram for SysTick timer](https://github.com/csrohit/bluepill-baremetal-projects/blob/main/systick/resources/blob/main/docs/filled.png "SysTick timer - control flow diagram")
14+
![Control flow diagram for SysTick timer](https://github.com/csrohit/bluepill-baremetal-projects/blob/main/systick/resources/filled.png "SysTick timer - control flow diagram")
1515

1616
1. Program the reload value:\
1717
The reload value can be loaded by setting `LOAD` register. This value is set to 1 less that the number of clock cycles needed for the interrupt as the timer counts both reload value as well as zero. e.g. If the SysTick interrupt is required every 100 clock pulses, set RELOAD to 99.

0 commit comments

Comments
 (0)