Skip to main content
Associate
May 10, 2025
Question

Storing data from stm32 cube monitor graph

  • May 10, 2025
  • 1 reply
  • 813 views

I want to store the stm32 cube monitor graph data or store the corresponding variable data in to xml sheet. How can I do that.

1 reply

Jojo_
ST Employee
May 15, 2025

Hello,

STM32CubeMonitor by default allows you to export graph data in JSON format. 

You can then use an online tool to convert this JSON file into XML format.