Revision as of 17:56, 12 February 2020 by Registered User

STM32CubeMonitor allows to write variables in target when running. Variables monitored as selected in STM32CubeMonitor:How to configure mandatory parameters before acquisition can be overwritten in the target.

In the example below, a firmware of the Discovery board F429ZI is using a variable "t" that is slightly increased when target is running. This variable "t" is monitored and displayed in the chart.

1. Design of the flow

a "write" node is added to the flow as input of the acquisition out node.

flow including write node

2. Dashboard view

The end user can then fill value for the "t" variable and click on WRITE button to write the value in the memory target. Chart immediately reflects the change of this value.

dashboard view of a write example