Demonstration program for STM Studio monitor and debug tool.

Dependencies:   mbed

The ARM Cortex M series supports tracing capabilities through the Serial Wire Debug (SWD) en Serial Wire Output(SWO) port. A simple lib for tracing via SWO is available here. The STM Studio application provided for free by ST has significantly more features. STM Studio is a graphical user interface that allows real-time sampling and visualizing of user's variables while the application is running.

/media/uploads/wim/stm-studio.jpg

STM Studio is designed to run on PCs with Microsoft Windows operating systems. This tool works with STM32 microcontrollers through JTAG or SWD (serial wire debug) interface. The ST-LINK/v2-1 interface on the mbed nucleo boards can be used with STM Studio. The application code shown here provides an example.

More info is available here

History

Test 5 default tip

2016-03-19, by wim [Sat, 19 Mar 2016 22:22:59 +0000] rev 6

Test 5


Test4

2016-03-14, by wim [Mon, 14 Mar 2016 21:45:14 +0000] rev 5

Test4


Test3

2016-03-14, by wim [Mon, 14 Mar 2016 21:17:53 +0000] rev 4

Test3


Test2

2016-03-14, by wim [Mon, 14 Mar 2016 20:56:33 +0000] rev 3

Test2


Added comments

2016-03-14, by wim [Mon, 14 Mar 2016 20:50:54 +0000] rev 2

Added comments


Demonstration program for STM Studio monitor and debug tool.

2016-03-14, by wim [Mon, 14 Mar 2016 20:38:49 +0000] rev 1

Demonstration program for STM Studio monitor and debug tool.


Test program for STM Studio. First release.

2016-03-14, by wim [Mon, 14 Mar 2016 20:34:05 +0000] rev 0

Test program for STM Studio. First release.