2024-04-03 07:31 AM
I need to start using STM32CubeMonitor on my NUCLEO-G071RB to monitor some variables of my new firmware application developed with STM32CubeIDE 1.15.0. I never used STM32CubeMonitor before, so I installed the last STM32CubeMonitor 1.8.0 on my Windows 11 Pro 23H2 64-bit PC.
I launch STM32CubeMonitor and it opens the Basic Flow for a simple acquisition. I try to configure the nodes myProbe_Out and myProbe_In as explained in STM32CubeMonitor:How to select the target article, but no probe are listed in the acq stlink in/out node properties:
My NUCLEO-G071RB board is connected and its embedded ST-LINK/V2-1 is properly enumerated as ST-Link Debug with the last driver:
The ST-LINK/V2-1 is updated with the last firmware version:
And the ST-LINK/V2-1 is properly detected by STM32CubeIDE and STM32CubeProgrammer:
I also installed the last ST-LINK Server 2.1.1, but I got no change. Maybe it must be started? How?
I get the same result with other NUCLEO boards and also with my STLINK-V3SET (with firmware updated to V3.J14.M5.B5.S1 version) connected to my custom board.
When I launch STM32CubeMonitor, both STM32CubeIDE and STM32CubeProgrammer are closed, to not have ST-LINK probe connected to another application.
Where am I wrong?
Solved! Go to Solution.
2024-04-03 10:00 AM
Hello
I think you just need a small "trick" to create the probe config.
In the screen showing "Add new probe...", have you clicked on the pencil icon ? It should open, a new box where you can select your probe like this :
This windows will crate a "probe config" which is linked to your device and can be used as probe for the Stlink-out and stlink-in node.
You can see details in this video : https://youtu.be/isa1XM5Eeek?feature=shared&t=200
Please let us know if this is unblocking your point.
Stephane
2024-04-03 10:00 AM
Hello
I think you just need a small "trick" to create the probe config.
In the screen showing "Add new probe...", have you clicked on the pencil icon ? It should open, a new box where you can select your probe like this :
This windows will crate a "probe config" which is linked to your device and can be used as probe for the Stlink-out and stlink-in node.
You can see details in this video : https://youtu.be/isa1XM5Eeek?feature=shared&t=200
Please let us know if this is unblocking your point.
Stephane
2024-04-11 12:10 AM
Thank you very much, Stephane.
I missed that "trick".