cancel
Showing results for 
Search instead for 
Did you mean: 

NUCLEO-F401RE question

el659
Associate III

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?

2 REPLIES 2

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.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
liaifat85
Senior II

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