You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just wanted to observe one of the sensor values in a chart on the stm32cubemonitor. But I don't think I have the correct configuration
here is my basic flow. I chose zephyr.elf file from the project build output folder.
I have a global int variable in the main.c and just increased +1
here is what I see in the chart, I was expecting the chart would be refreshed only when a new value is available. I dont want to see 0 values, So I added trigger start mode but it doesn't work.
So, is there anyone come across with the same issue or shed some light?
so I came across this ticket on community st: Seems it is the same issue I have
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
I just wanted to observe one of the sensor values in a chart on the stm32cubemonitor. But I don't think I have the correct configuration
here is my basic flow. I chose zephyr.elf file from the project build output folder.
I have a global int variable in the main.c and just increased +1
here is what I see in the chart, I was expecting the chart would be refreshed only when a new value is available. I dont want to see 0 values, So I added trigger start mode but it doesn't work.
So, is there anyone come across with the same issue or shed some light?
so I came across this ticket on community st: Seems it is the same issue I have
https://community.st.com/t5/stm32cubemonitor-mcus/stm32-cube-monitor-show-value-zero/td-p/602617
https://wiki.st.com/stm32mcu/wiki/STM32CubeMonitor:Troubleshooting#STM32CubeMonitor_plots_variables_but_their_values_seems_to_be_0
Beta Was this translation helpful? Give feedback.
All reactions