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.
2019-08-05 12:18 AM
I found my problem. It cause by the st link v2 device from china so it's not enough function.
Now Im trying to solve it follow that https://engenhariaegambiarras.wordpress.com/2017/06/25/using-swd-and-swv-with-stm32-ucontrollers-printf-and-logic-analyzer-into-debbug-mode/
2019-06-28 01:11 AM
Is the variable "LED_State" a global variable?
Do you get any SWV data in any other view?
2019-06-28 09:22 PM
Yes, LED_State is a global variable.
But I can not see any data in SWV graph..... :(
2019-08-04 08:45 AM
Yes, I have the same problem when used SWV graph. Have anybody solve this problem?
2019-08-04 06:08 PM
No, I haven't...:(
If I solve this problem, I will commet.
If you solve this problem, please let me know.
2019-08-04 06:31 PM
Of course. I'm still trying
2019-08-05 12:18 AM
I found my problem. It cause by the st link v2 device from china so it's not enough function.
Now Im trying to solve it follow that https://engenhariaegambiarras.wordpress.com/2017/06/25/using-swd-and-swv-with-stm32-ucontrollers-printf-and-logic-analyzer-into-debbug-mode/
2019-08-08 10:15 PM
thank you:)
2019-11-24 04:35 AM
Hello All,
I am new to this forum and wanted to start with ST devices and that's why I purchased STM32F769 Discovery Board.
I started from the basics, and as a first task I tried to blink the on-boards LED's, which works fine.
But when I tried to use the SWV Trace Timeline feature to plot the graph, it's not working.
I watched the official video and based on that I tried to perform these steps.
https://www.youtube.com/watch?v=eumKLXNlM0U
I configured everything as per the video.
In Debug Configuration --> SWV is Enabled, Live Configuration is also Enabled.
Apart from this, I don't see anything in SWV Trace Logs, and SWV Data Trace.
I am attaching the compressed zip folder of my project.
Thanks in advance for your help.
2020-06-17 11:27 AM
I'm facing the same issue. Does anyone got it working?