2022-06-13 12:15 AM
FP-SNS-DATALOG1 (STM32Cube High Speed Datalog function pack for STWIN evaluation kits) includes an Windows Utility application (and source code), called cli_example.
Can you please advise how to compile the provided source code?
That is, what C++ tool chain can be used on Windows 10 machine (i.e., Microsoft C Complier or GCC?) or can we use STM32 Cube IDE or Visual Studio C++? I am using a Windows 10, 64-bit machine.
Thanks in advance for your suggestion.
2022-07-22 01:59 AM
Hi @KShet.1,
In the package we provide also a CMake file, to make recompiling the application easy using your preferred tool chain.
As an example, we are using Qt or Visual Studio, but you are free to use any IDE supporting MinGW compiler.
Notice that we already provide a precompiled version for Windows 64bit machines.
Best regards
2022-07-22 06:18 PM
Thank you. I had figured it out and was able to compile successfully, after fixing a few minor things for Visual Studio.