Skip to main content
This topic has been closed for replies.
Best answer by Federica Bossi

Hi @FKara.3 ,

Consider lsm6dsv16x_fsm_sflp_asc.ucf available on GitHub repository.  After ensuring that I2C/SPI comm protocol is working as expected on your platform, you can perform those writings in your Arduino host. Then, you can read data coming from SFLP which are available in the FIFO (for further details, refer to AN5763).

If my reply answered your question, please click on Accept as Solution at the bottom of this post. This will help other users with the same issue to find the answer faster :)

2 replies

RhSilicon
Lead
August 4, 2023

I found this list of videos, and the last video (number 14, mentions "Arduino") but I don't know if it is related to your need.

https://www.youtube.com/playlist?list=PLnMKNibPkDnHPjJKRZeXCIyrHwZJctvAI

FKara.3
FKara.3Author
Associate III
August 6, 2023

Thank you for responding. I am familiar with the video you mentioned, however, it doesn't fully address my inquiry. Specifically, I am inquiring about LSM6dsv16X which includes not only FSM but also sensor fusion.

Federica Bossi
Federica BossiBest answer
Technical Moderator
August 8, 2023

Hi @FKara.3 ,

Consider lsm6dsv16x_fsm_sflp_asc.ucf available on GitHub repository.  After ensuring that I2C/SPI comm protocol is working as expected on your platform, you can perform those writings in your Arduino host. Then, you can read data coming from SFLP which are available in the FIFO (for further details, refer to AN5763).

If my reply answered your question, please click on Accept as Solution at the bottom of this post. This will help other users with the same issue to find the answer faster :)

In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.
FKara.3
FKara.3Author
Associate III
August 9, 2023

Hello @Federica Bossi,

Thank you so much for your clarification. Is it possible to add an example of this FSM and SFLP configuration in the STduino GitHub library (https://github.com/stm32duino/LSM6DSV16X/tree/main/src). I believe that helps me and otherr users a lot.