cancel
Showing results for 
Search instead for 
Did you mean: 

STEVAL-MKI197v1 with NUCLEO-F401RE (Expansion board X-Nucleo-IKS01A2)

Usman
Associate

I implemented the machine learning core on STEVAL-MK197V1 using UNICO-GUI. How can I access this data in F401re?

2 REPLIES 2
AG.8
Associate III

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

Eleon BORLINI
ST Employee

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