2022-05-17 08:23 AM
I'm trying to log my data in a .csv file, using the STM32CubeMonitor v1.4.0.
I'm configuring my ST processing node as follows:
Sadly, it produces .csv with no data in them (see next screenshot).
I also tested the same setup with the .stcm, and it worked.
Am I missing something? Or is this a known bug?
Regards,
Gabriel
Solved! Go to Solution.
2022-07-28 12:38 AM
Hello @GBert.2 ,
The problem comes from the '.' character in the variable name, will be solved in the next release.
Regards
2022-06-02 02:13 AM
Hello @GBert.2
Could not reproduce this issue on STM32CubeMonitor v1.4.0 on windows. can you tell us a bit more about your configuration (os...)
2022-06-09 06:10 AM
Hi @Richard.Chvr .
I checked again today with
Everytime, STM32CubeMonitor produce empty csv file.
I'm not sure what's the problem.
Here is some info:
STM32CubeMonitor: version 1.4.0
OS: Windows 10 Pro [64-bit]
ST-Link: V3-E (SWD, 24000kHz)
ST-Link Firmware: V3.J9
Let me know If I'm missing something.
Thank you.
2022-06-23 04:02 AM
Hello
You're flow and configuration looks OK to me, quite strange behavior...
You can duplicate your processing node, one using stm output , other csv and check. If stm file is not empty and csv is, there's an issue on ST side to be investigated.
2022-07-28 12:38 AM
Hello @GBert.2 ,
The problem comes from the '.' character in the variable name, will be solved in the next release.
Regards
2022-07-28 07:47 AM
Hi @Richard.Chvr
Thanks for the feedback.
I was wondering what was happening.
Looking forward to the next release.
Regards,
Gabriel