BUG: CubeMX allow to set priority for DebugMonitor_IRQn but programing manual NOT
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-07-28 12:48 AM
In document programmin manual, PM0253, SHPR1-3 registers allow to set priority for following handlers:
but Debug monitor writes to reserved field PRI_12:
The same ambigious is in Cortex M4 and perhaps in all
Solved! Go to Solution.
- Labels:
-
STM32F7 Series
-
STM32L4 series
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-09-13 10:03 AM
Hello @Kamil Duljas ,
The PM0253 is aligned with Arm Cortex-M7 Devices Generic User Guide r1p2 description, but we got confirmation, you can use PRI_12 to set of the priority of debug monitor for Cortex-M7, Cortex-M4, Cortex-M3 and Cortex-M33.
Thank you for your contribution in STCommunity.
Kaouthar
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-09-13 10:03 AM
Hello @Kamil Duljas ,
The PM0253 is aligned with Arm Cortex-M7 Devices Generic User Guide r1p2 description, but we got confirmation, you can use PRI_12 to set of the priority of debug monitor for Cortex-M7, Cortex-M4, Cortex-M3 and Cortex-M33.
Thank you for your contribution in STCommunity.
Kaouthar
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-09-13 10:15 AM
12 being Debug Monitor is also inferred here https://www.keil.com/dd/docs/datashts/arm/cortex_m3/r2p0/ddi0337g_cortex_m3_r2p0_trm.pdf
Up vote any posts that you find helpful, it shows what's working..
