Skip to main content
Visitor II
March 17, 2022
Question

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

  • March 17, 2022
  • 2 replies
  • 999 views

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

    This topic has been closed for replies.

    2 replies

    Visitor II
    March 17, 2022

    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

    ST Employee
    March 18, 2022

    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