2022-01-24 04:12 PM
Hello ST,
I am using the Unico 9.11.0.0 version software (STEVAL-MKI109V3 board) with STEVAL-MKI178V2 ( LSM6DSL ) Sensor board.
from this link- https://github.com/STMicroelectronics/STMems_Machine_Learning_Core/tree/master/configuration_examples/example_5_profi_unico
I found " UCF files can also be converted to C source code and saved as header .h files to be conveniently included in C projects: click on the Options tab, select Browse and load the UCF file, then click on Generate C code."
In the Load/Save tab tried to load the .ucf file but didn't get the " C code generate option.
Next click on Option tab below window appear :
Could you please help me because i didn't get Generate C code option...
Best Regards
Deepak Aagri
Solved! Go to Solution.
2022-01-28 03:42 AM
Hi Deepak Aagri @Deepak.Aagri ,
The "C code" generation option (from the .ucf file) is available from the LSM6DSR part number (STEVAL-MKI194V1).
Unfortunately, for older parts such as the LSM6DSL, the option is not available.
Even if this is strictly not a solution to the issue, if my reply answered your question, please click on Select as Best at the bottom of this post. This will help other users with the same issue to find the answer faster.
-Eleon
2022-01-28 03:42 AM
Hi Deepak Aagri @Deepak.Aagri ,
The "C code" generation option (from the .ucf file) is available from the LSM6DSR part number (STEVAL-MKI194V1).
Unfortunately, for older parts such as the LSM6DSL, the option is not available.
Even if this is strictly not a solution to the issue, if my reply answered your question, please click on Select as Best at the bottom of this post. This will help other users with the same issue to find the answer faster.
-Eleon
2022-01-29 07:25 AM
Yes i ordered STEVAL-MKI194V1 and its working..
Further How to use C generated .h file in your code : below link may help_