Hi, is there a simple Hello World project using STM32F7508-DK board with system view? Or any kind of STM MCU with system view ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-08-24 1: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 ?
- Labels:
-
STM32F7 Series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-08-27 3: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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-08-27 11:30 PM
Hi Imen,
I am using IAR and also at the beginning I used STM32CubeIDE with same results.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-08-28 3:13 AM
Hi VPope.1,
Just for clarification for the trace we have ITM trace and ETM trace:
- ITM (Instrumentation Trace Module ) is simple printf and it is possible via st-link
- ETM (Embedded Trace Macrocell ) requires the use of an I-jet Trace probe in order to be able to observe data trace with IAR
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-08-28 4: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.
