2020-08-24 01:48 AM
I am using a STM32F7508-DK board, and I am trying to use system view on it. I've done everything mentioned on system view documentation, also changed the st-link firmware to j-link firmware, but with no result, I am not seeing any trace on system view. Is there a simple project available with any of STM MCUs and system view ?
2020-08-27 03:32 AM
Hi VPope.1,
For the STM32F7508-DK, you can find a list of examples that ST deliver within the STM32CubeF7 .
Although it doesn't include a 'Hello World' example, but you can inspire from present examples for more applications.
For the trace problem, maybe you can tell me the IDE/tool you are using to see if I can advice you?
-Imen
2020-08-27 11:30 PM
Hi Imen,
I am using IAR and also at the beginning I used STM32CubeIDE with same results.
2020-08-28 03:13 AM
Hi VPope.1,
Just for clarification for the trace we have ITM trace and ETM trace:
If by trace you mean the use of second trace ETM then you need the I-jet trace. I guess this explains why you can't have result. Other IDE like KEIL needs another type of probe like ulink pro for the ETM (not sure for STM32CubeIDE)
Let me know if this help.
-Imen
2020-08-28 04:53 AM
Hi, what I mean by trace, is the system view traces, I cannot see them on system view. That is why I was asking for a simple example with system view, it doesn't meter if it is on STM32F750-DK board(it would be ideal, but it will work for me if there is an example of system view working on a ST board), I just want to check what I am missing form my setup.