-
- Downloads
TIM2 is a 32-bit Timer/Counter with 4 Compare/Capture channels.
In this subproject, an 64 bit apriodic timer is created based on TIM2 in which the overflow is managed automatically and the user is able to set checkpoints (in terms of timer ticks) to fire IRQ. An expected usecase is the use this driver as the context switch tool for the kernel. There might be some errors in which overflows/checkpoints are not managed correctly that will be OK asap. Signed-off-by:sasan_golchin <ahmad.golchin@mail.polimi.it> Signed-off-by:
sasan_golchin <ahmad.golchin@mail.polimi.it> Signed-off-by:
Terraneo Federico <fede.tft@miosix.org>
Showing
- Makefile 1 addition, 1 deletionMakefile
- cstimer.cpp 127 additions, 0 deletionscstimer.cpp
- cstimer.h 21 additions, 0 deletionscstimer.h
- main.cpp 36 additions, 5 deletionsmain.cpp
- miosix/config/Makefile.inc 3 additions, 3 deletionsmiosix/config/Makefile.inc
- miosix/config/miosix_settings.h 2 additions, 2 deletionsmiosix/config/miosix_settings.h
- miosix_np_2/nbproject/configurations.xml 302 additions, 505 deletionsmiosix_np_2/nbproject/configurations.xml
- miosix_np_2/nbproject/private/configurations.xml 2 additions, 0 deletionsmiosix_np_2/nbproject/private/configurations.xml
- miosix_np_2/nbproject/private/private.xml 11 additions, 1 deletionmiosix_np_2/nbproject/private/private.xml
- miosix_np_2/nbproject/private/stm32f103ze_stm3210e-eval.properties 1 addition, 0 deletions..._2/nbproject/private/stm32f103ze_stm3210e-eval.properties
- miosix_np_2/nbproject/private/stm32f407vg_stm32f4discovery.properties 1 addition, 0 deletions...nbproject/private/stm32f407vg_stm32f4discovery.properties
Loading
Please register or sign in to comment