cancel
Showing results for 
Search instead for 
Did you mean: 

What is the size of the generated (C) code once Unico has completed its job?

Eleon BORLINI
ST Employee
 
1 ACCEPTED SOLUTION

Accepted Solutions
Eleon BORLINI
ST Employee

Unico-GUI generates configurations in terms of .ucf files. A .ucf file for MLC configuration usually contains few hundreds of lines (each line is a write operation to sensor registers). The .ucf file can be converted to a header file (.h), to easily integrate this write operations in a C-code (e.g. a driver). An example of integration of .h file in a platform independent driver is available HERE.

Examples of .ucf and .h files are available in our application examples in GitHub.

As you can see from the .h files contained in the GitHub repository the size can be from few Kilobytes to few tens/hundreds of Kilobytes.

View solution in original post

1 REPLY 1
Eleon BORLINI
ST Employee

Unico-GUI generates configurations in terms of .ucf files. A .ucf file for MLC configuration usually contains few hundreds of lines (each line is a write operation to sensor registers). The .ucf file can be converted to a header file (.h), to easily integrate this write operations in a C-code (e.g. a driver). An example of integration of .h file in a platform independent driver is available HERE.

Examples of .ucf and .h files are available in our application examples in GitHub.

As you can see from the .h files contained in the GitHub repository the size can be from few Kilobytes to few tens/hundreds of Kilobytes.