Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Skyward Boardcore
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Avionics
Software Development
Skyward Boardcore
Wiki
Interrupts
Changes
Page history
New page
Templates
Clone repository
Update Interrupts
authored
4 years ago
by
Luca Conterio
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Interrupts.md
+1
-1
1 addition, 1 deletion
Interrupts.md
with
1 addition
and
1 deletion
Interrupts.md
View page @
3ef8c817
...
...
@@ -13,7 +13,7 @@ Other interrupts have to be explicitly enabled. In STM32 boards, this typically
#### 1.1 Timer peripherals
For TIMER peripherals in STM32 you ave to set the
`DIER`
register. You can find this kind of information in the microcontroller's datasheet.
For TIMER peripherals in STM32 you
h
ave to set the
`DIER`
register. You can find this kind of information in the microcontroller's datasheet.
```
cpp
// enable interrupt on Update Event (overflow) of TIM2
...
...
This diff is collapsed.
Click to expand it.