cancel
Showing results for 
Search instead for 
Did you mean: 

X-Nucleo-IKS01A2 and Nucleo-L496ZG

GThab.1
Associate II

Hello,

I would like to know about the integration between Nucleo-L496GZ with X-Nucleo-IKS01A2 sensor board.

Is there really no example that facilitates the integration of these boards?

There really is no example using the Nucleo-L496ZG integrated with sensors? Anything I want to do with this core should I build from 0?

It's my first time using STM32 and from what I'm realizing I bought the product with the least amount of examples and integrations.

Are there any plans for updates to insert examples of integration of Nucleo-L496ZG with sensor boards? Or do they have a tutorial that facilitates the implementation of the integration?

Thank you.

1 ACCEPTED SOLUTION

Accepted Solutions
DSull.3
Associate III

Hi @GThab.1​ , in the absence of already-built examples, probably the easiest way to deal with this is to start from the FP-SNS-ALLMEMS1 examples for the STM32L476RG-Nucleo board, and then change the according to the difference in the pinout between the two microcontrollers / X-Nucleo.

https://www.st.com/content/st_com/en/products/embedded-software/mcu-mpu-embedded-software/stm32-embedded-software/stm32-ode-function-pack-sw/fp-sns-allmems1.html

Not starting from zero, but at least with a reference framework.

-Dk

View solution in original post

1 REPLY 1
DSull.3
Associate III

Hi @GThab.1​ , in the absence of already-built examples, probably the easiest way to deal with this is to start from the FP-SNS-ALLMEMS1 examples for the STM32L476RG-Nucleo board, and then change the according to the difference in the pinout between the two microcontrollers / X-Nucleo.

https://www.st.com/content/st_com/en/products/embedded-software/mcu-mpu-embedded-software/stm32-embedded-software/stm32-ode-function-pack-sw/fp-sns-allmems1.html

Not starting from zero, but at least with a reference framework.

-Dk