Ask questions on STM32CubeMonitor. Discuss the latest updates, including specialized versions (power, RF, USB-PD).
Most recent activity
Using a STM32L562E-DK. Also using a uLinkPro SW probe.
Hi,I'm able to plot a single variable with STM32Cube Monitor v1.2 but not an array like uint16_t adc_buffer[2][256]How can I do this?gaston
It does parse global variables in the corresponding .elf file of the same project, compiled in Debug mode (without optimizations). The introductory video (of Cube Monitor) said it can parse debug and release .elf files, but it does not seem to be the case.
Trying to measure consumption of a sub-GHz radio device, and I keep getting this error:It always seems to happen at the time of a Tx.This is a really unhelpful message, as it gives no clue at all as to what the issue was - therefore is no help at all in resolving it.:pouting_face: The only thing mentioned under 'Troubleshooting' in UM2269 is USB overflow, with the suggestion being to reduce the acquisition frequency. So I reduced it to minimum (100Hz) - but still the problem persists.So I tried using the basic terminal interface instead of the GUI - and I get this:1578-06 2086-06 1146-05 1130-05 7516-05 end error: Overcurrent >59mA, dynamic acquisition stopped summary beg 0000-10 7516-05 summary endSo there is actually no "connection issue" at all - it is an error report from the board!Surely, the GUI should be able to handle such reports, and present them to the User - instead of sending us on a wild goose chase looking for non-existent "connection issues" ?:pouting_f
Is it possible to use node-red-contrib-image-output to view an image located in RAM in an array of 40kB (40960 bytes)?Issue #1: In "variables" node only [9999:0] elements can be selected.Issue #2: It is a need to group them into format of what node-red-contrib-image-output can consume.
..
HelloA new version 1.2.0 of STM32CubeMonitor has been released on www.st.com.The new version integrates some fixes and updates to address some points raised by users and keep the tool up to date.The detailed change list is described in the release note, but I would like to list few ones :New version of node-Red is used : UI has been improved, there is a possibility to see the nodes in a tree view. When a flow is imported, if some nodes are already present, user is warned and user can decide to replace the nodes or not.The problem to load some symbol files from c++ projects is fixed. Copy paste is working on macOS STM32cubeMonitor is compatible with the new mac with M1 processors.The minimum dashboard size is reduced, so user can see small windows while doing other activity on the computer (debugging, …)The single value sub flow has been slightly improved to prevent mistake. The improved version has blue color , like other ST nodes.To update the tool, you just need to download
Hi, I'm trying to use CubeMonitor to access public variables of a base class, and CubeMonitor doesn't see them.The general structure I have is:class Base { public: int var_1; int var_2;}class Derived: public Base { public: int var_3; int var_4;}When I load the corresponding *.elf file into CubeMonitor....I can see:instanceDerived.var_3,instanceDerived.var_4but I can't see:instanceDerived.var_1,instanceDerived.var_2I expect that "public" variables in the base class should be "public" variables in the derived class. Why can't I see them? Is there something I'm doing wrong? Best,Nat
I'm trying to measure an IoT device current consumption with the devKit STM32L562E-DK. It claims to measure currents from 300 nA to 150 mA but I'm unable to measure any current beyond 50mA. To run the tests I'm using STM32CubeMonitor-Power and the board works fine with low currents but it stops as soon as the Tx (LoRa) starts.[https://www.st.com/content/st_com/en/products/evaluation-tools/product-evaluation-tools/mcu-mpu-eval-tools/stm32-mcu-mpu-eval-tools/stm32-discovery-kits/stm32l562e-dk.html]Am I missing anything? Kind regards,Diego
Posted on March 05, 2018 at 17:34Hi,Is it possible to export the measured STM32CubeMonitor-Power data to a csv file? Or to parse the stpm files? I need a machine readable format for further analysis. Regards,Marc#stm32cubemonpwr #stm32cubemonitor-power
Hi,first I want to say that STM32CubeMonitor (I am running 1.1.0) is a really fantastic debug tool, and it was a really good idea from ST do use nodered for this.It makes many debug tasks A LOT easier than before and it is really a lot of fun to play with. Well done!Now I would like to read in data not only from the MCU registers and variables, but also from the serial port of my MCU.For this I tried to install the node-red-node-serialport package (0.11.0).Unfortunately, with this package I get a lot of error messages in my console window: 11 Sep 16:55:53 - [warn] [node-red-node-serialport/serialport] Error: The module '\\?\C:\Users\rausch\.STMicroelectronics\stm32cubemonitor\node_modules\@serialport\bindings\build\Release\bindings.node'was compiled against a different Node.js version usingNODE_MODULE_VERSION 72. This version of Node.js requiresNODE_MODULE_VERSION 73. Please try re-compiling or re-installingthe module (for instance, using `npm rebuild` or `npm install`).Neit
I see file storage saves a json. I tried to put a csv conversion node in the middle but nothing is saved.Thanks
Hi, I need to monitor variables from my program in CubeMonitor. I was able to follow a few videos from Youtube and set up the values in a chart. However, that is a very clunky interface. Please note that I have zero experience with nodered.
Hi,i am new with node-red functionality and i want to decrease the digits in a Gauge.When i start the Dashboard i get the temperature in e.g. 21.77615442345 degrees. And i want to show it with 2 digits e.g. 21.78 degrees.Ho can i do this?
This might seem like a noob Q but how can I monitor an array in Cube Monitor? I find it really confusing and as the screen shot below shows, I can only see the 0th element of the array but not the others. Am I missing something?
Hello.Firstly - thank you for a great tool. My issue is that I am debugging several systems in parallell. The monitor is great for this. But I happends to have several ST-Link probes with serial numbers that ends with the same numbers. As I am adding more probes, it becomes impossible to tell them apart. The names all comes up with only the last digits of the serial number and no way to rename them. Am I missing something or will it be possible to have the complete serialnumber in the name?Best regardsHans Rosendahl
Dear all,I used STMStudio until today to watch multiples values in real time.Today i want to use STM32CubeMonitor and it seems a very interesting tool.However i don't find a quick way to visualize multiple variables values in a array like STMstudio allowed it.The only solution i found today is to get my variables, then perform a switch to get only one variable and disply each variable with a text : My text node content to display the variable and its value is : Is there a better way ? Indeed, with this solution, if i have to display 50 variables i need to put 50 text nodes on my page.With STMStudio it was really easier. I think there is a better solution i don't know.Best regards,
Hi,I want to monitor "TickCounter" value on gauge.In flow, gauge block connected "myVariables"processing block.When start Acquisition, gauge didn't act about value. How to set Value format?
Hi, When i use STM32CubeMonitor, I can't understand add some of values.*.out file is not created when stm32 project debug?How to get this file or know value's start address?
When starting STM32CubeMonitor it displays a dialog reporting "Application server port already in use"; the application then exits when the dialog is closed.In the details it says that port 1880 is already in use; however netstat doesn't show this port as being used. (Windows 10, 64-bit).Any suggestions?Thanks,Simon
Recently I have been tasked with developing our companies embedded testing strategy. The task is little bit above me since this is my first job, however I am determined to learn anything I need to and put together a solution that works for the company. The embedded team is small: only 4 of us + 1 electronics team member who is willing to lend a hand in writing software.We are working with STM32 series of MCU with the ST Cube Ecosystem of tools. At the moment the company has no formal testing procedure. We are also short on time & manpower.I have introduced a unit testing framework recently, however it has its weakness (not all embedded code can be tested, maintaining it is harder, just need a single API call HAL then the unit testing framework gets confused.)I have been looking around the web a bit and most people say: yeh we use python to automate our testing of embedded systems etc .... what does that mean, how do you use python scripts to test your system, is there any framework
howdy,I'm using this setup: https://community.st.com/s/question/0D53W000005571h/how-to-write-variable-from-flow-in-cubemonitorto write values with a slider, but it doesn't seem to work with a float.1: what do the numbers in the "type" field actually correspond to?2: how can I set this field correctly to send a float?
I'd like to run the dashboard on my iphone. I'm able to run it in Chrome on my mac with no problems, but am missing something about how to get this to work on my phone. Any help is appreciated!
I'm on a Mac, and CMD+V does not seem to work for paste. I'm not able to copy or paste any text from within or from outside into cube monitor. this makes some things pretty tedious! any idea what this is about?
ST Community highlights – April to June 2026
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.