Skip to content

Commit 4f3f165

Browse files
authored
Update README.md
1 parent 84f21c6 commit 4f3f165

File tree

1 file changed

+1
-1
lines changed
  • siwx91x_config_timer_period_measurement

1 file changed

+1
-1
lines changed

siwx91x_config_timer_period_measurement/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
## Summary ##
1212

13-
This project demonstrates period measurement using Config Timer. This project configures the timer to request an interrupt after falling edges occur. In the IRQ handler, in addition to saving the edge times, the overflow flag is checked in order to account for two edges that span the time during which the counter rolls over from 0xFFFFFFFF (Counter 0 is 32 bits wide) to 0.
13+
This project demonstrates period measurement using Config Timer. This project configures the timer to request an interrupt after falling edges occur. In the IRQ handler, in addition to saving the edge times, the overflow flag is checked in order to account for two edges that span the time during which the counter rolls over from 0xFFFFFFFF (Counter 0 is 32 bits wide) to 0...
1414

1515
Upon exiting the IRQ handler, the period is calculated and returned as an integer value in microseconds, thus the measuredPeriod value will
1616
show 1000 for an input signal with a period of 1 kHz.

0 commit comments

Comments
 (0)