Skip to main content
GThab.1
Associate II
December 20, 2021
Solved

X-Nucleo-IKS01A2 and Nucleo-L496ZG

  • December 20, 2021
  • 1 reply
  • 831 views

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.

This topic has been closed for replies.
Best answer by DSull.3

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

1 reply

DSull.3
DSull.3Best answer
Visitor II
December 22, 2021

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