Hello, I try to understand interrupt priorities in STM32F0. In RM0091 there is table 36. In the second column, I can see priority values from 7 to 38. What are these values? How to set them in CubeIde?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2022-08-16 9:56 AM
As far as I know, this MCU has only 4 levels (2bits). In CubeIde I can set only values 0,1,2,3. And the second question: if I set all levels to 0, in what priority interrupts will be served (according to table index?).
Labels:
- Labels:
-
Interrupt
-
STM32CubeIDE
-
STM32F0 Series
This discussion is locked. Please start a new topic to ask your question.
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2022-08-16 10:57 AM
> in what priority interrupts will be served (according to table index?).
Yes. And that also answers the question in Subject.
JW
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2022-08-16 11:03 AM
I tried to set priority 10 to uart, and 11 to TIM2. Is it possible in STM32F091?
