2024-08-29 05: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.
2024-08-29 05: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.
2024-08-29 05: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.