How to enable serial wire view in STM32U031R8 controller
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-08-29 5:31 AM
How can I enable Serial Wire View (SWV) on the STM32U031R8 controller? I am receiving a "tracing is not supported" pop-up window. Additionally, when I try to enable it from the debug configuration, the option appears to be disabled. Could this be because my controller has a Cortex-M0+ processor? Could you please explain the reason for this issue?
Solved! Go to Solution.
- Labels:
-
STM32U0 Series
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-08-29 5:36 AM
Hello @kRaje.1
STM32U0 is based on Cortex M0+. This cortex does not support the SWV.
Best Regards.
STTwo-32
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
‎2024-08-29 5:36 AM
Hello @kRaje.1
STM32U0 is based on Cortex M0+. This cortex does not support the SWV.
Best Regards.
STTwo-32
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.
