2024-11-21 06:20 AM
Hello,
I am working on an experiment to synchronize multiple sensors using the I3C protocol and would like some guidance. I am following the DT0155 document. My setup includes:
1. Nucleo-F401RE
2. X-NUCLEO-IKS4A1
3. STEVAL-MKI227KA
4. MEMS Studio software
My inquiries are:
Can I configure the devices for the I3C protocol directly using MEMS Studio, or do I need to set all the configurations via STM32CubeIDE?
Are there any APIs or example codes provided by STM for configuring the I3C protocol with this setup?
Any insights, tips, or resources would be greatly appreciated!
2024-11-21 06:26 AM
What do you mean by "synchronise" here ?
2024-11-21 06:58 AM - edited 2024-11-21 07:12 AM
By "synchronize," I mean aligning the data output of multiple MEMS sensors so that their measurements are captured at the same time. STMicroelectronics also has done the same experiment Synchronizing multiple sensors . I am interested in understanding the details of this experiment and how I can replicate it on my setup.