2019-06-26 09:52 PM
Hello, now I'm using F429IDiscovey and STM32CubeIDE to grahp via SWV.
I refre to this official video(URL: https://www.youtube.com/watch?v=eumKLXNlM0U)
In the STM32CubeIDE, I configured same like video.
(Please see the attached file named 'SWV_Config' and 'Debug Config')
After configuration, I can run debug mode normally.
Also I can check variable(LED_state) that get value 1 and 0 per 500ms as I coded.
But I cannot any graph on the SWV Data Trace Timeline Graph...
(Please see the attached file named 'LED_State=0' and 'LED_State=1')
Do I miss something? How can I fix?
Thank you in advance
Solved! Go to Solution.
2022-12-31 10:49 AM
cool !
+
my new stlink V3 (mods) running now with SWV !
statistic profiling :
+ Happy New Year !
2022-12-31 10:59 AM
Bit more investigation and it seems there is a Cube Monitor tool now that is available, and works just fine. Guessing ST gave up bugfixing SW viewer on CubeIDE.
2023-01-03 01:22 AM
Just as an information: I found out that this G0-MCU does not support SWV.
2023-01-18 09:50 AM
[SOLVED] Hi, if someone is facing the same issue probably you need to make sure that the clock frequency set in debug configuration is the same as your HCLK. For me it was 72 MHZ. See figures.
2024-05-16 02:48 PM
Hi,
I am trying to use the SWV Timeline Graph, but I am unable to run it for more than 4 to 6 seconds. Could you please provide some advice on this? I am attaching all the screenshots. I am using I2S communication to interface MEMS mics SPH0645LM4H.
I have a custom board with an STM32F446RE and an ST debugger model STLINK-V3SET.
Thank you.
MCU --- Debugger
Gnd --- Vcc
Clk -- Clk
Gnd -- Gnd
SWDIO -- SWDIO
NRST -- NRST
SWO---SWO
I tried same code on Nucleo-F446 an
d SWV Timeline Graph works continuously. Kindly check the screen shots and let me know if you see any issue.
Thank you,
FS