Difference between revisions of "STM32H743I-EVAL"
(→Sample projects) |
(→Sample projects) |
||
(10 intermediate revisions by one other user not shown) | |||
Line 5: | Line 5: | ||
== Requirements == |
== Requirements == |
||
− | In order to make SWO working correctly, min. J-Link software V6. |
+ | In order to make SWO working correctly, min. J-Link software V6.34 is required. Previous versions are not guaranteed to work correctly with SWO. |
== Sample projects == |
== Sample projects == |
||
The following sample projects that demonstrate SWO on the STM32H743I-EVAL are available: |
The following sample projects that demonstrate SWO on the STM32H743I-EVAL are available: |
||
− | *[[Media: |
+ | *[[Media:ST_STM32H743_ES_340_SWO_Example.zip|Embedded Studio SWO sample project with CMSIS DFP included]] |
− | This example project does not require any extra settings by the user. The SWO stream can be viewed with e.g. |
+ | This example project does not require any extra settings by the user. The SWO stream can be viewed with e.g. [[J-Link SWO Viewer]] which is included in the [[J-Link Software and Documentation Pack]] and is available for free. This project was created with Embedded Studio V3.40. |
* [[Media:STM32H7_IAR_SWO_Ozone.zip|IAR EWARM 8.22 sample project]] |
* [[Media:STM32H7_IAR_SWO_Ozone.zip|IAR EWARM 8.22 sample project]] |
||
− | * '''Note:''' IAR does not handle the special setup needed for this particular target device automatically so |
+ | * '''Note:''' IAR does not handle the special setup needed for this particular target device automatically so SWO printf will only work when using Ozone. The example project contains a Ozone configuration that will work out-of-the-box. |
Revision as of 11:10, 17 July 2020
Contents
SWO
SWO is supported on the STM32H743I-EVAL.
Requirements
In order to make SWO working correctly, min. J-Link software V6.34 is required. Previous versions are not guaranteed to work correctly with SWO.
Sample projects
The following sample projects that demonstrate SWO on the STM32H743I-EVAL are available:
This example project does not require any extra settings by the user. The SWO stream can be viewed with e.g. J-Link SWO Viewer which is included in the J-Link Software and Documentation Pack and is available for free. This project was created with Embedded Studio V3.40.
- IAR EWARM 8.22 sample project
- Note: IAR does not handle the special setup needed for this particular target device automatically so SWO printf will only work when using Ozone. The example project contains a Ozone configuration that will work out-of-the-box.