Skip to main content
Graduate
October 15, 2023
Question

NUCLEO-F401RE question

  • October 15, 2023
  • 2 replies
  • 885 views

I am only used to writing C scripts on RPi, so I'd like to apologize in advance if I left something vague.

I was looking to use ISPU for LSM6DSO16IS and the website recommended NUCLEO-F401RE as one of the options for developing the project. I am thinking of getting started with NUCLEO-F401RE but I have a question before I buy one.

It says in the link (https://www.st.com/content/st_com/en/campaigns/ispu-ai-in-sensors.html) that NUCLEO-F401RE is one of the "STM32 Open Development Environment". Does this mean that I can write a C script for LSM6DSO16IS that fully utilizes ISPU and the sensor library using STM32Cube with NUCLEO-F401RE and use the C script in other MCU's, such as Raspberry Pi boards?

    This topic has been closed for replies.

    2 replies

    Graduate II
    October 15, 2023

    You'd probably want to review if the libraries are pre-built and for what platforms, and if source for those libraries is provided or not.

    Visitor II
    October 15, 2023

    If you want to use the sensor with both the STM32 and Raspberry Pi, you may need to write separate code for each platform.