2022-03-17 08:30 AM
I implemented the machine learning core on STEVAL-MK197V1 using UNICO-GUI. How can I access this data in F401re?
2022-03-17 10:27 AM
Hi @Usman , Unico generates a .h header file with the list of the registers. You can insert it in a project based on the NUCLEO-F401RE + X-Nucleo-IKS01A2, that you can find for example here:
https://www.st.com/en/embedded-software/x-cube-mems1.html
Folder: \Projects\STM32F401RE-Nucleo\Applications\IKS01A2
AG8
2022-03-18 07:01 AM
Hi @Usman ,
@AG.8 is right. You can generate the MLC through Unico GUI and then you can insert it in the mentioned example. You can find some examples of generated code for the MLC configuration for specific activities on Github at this link.
As side note, you might also consider the FP-SNS-STBOX1 function pack about how to build a project with STM32 and LSM6DSOX MLC.
-Eleon