Skip to main content
Associate
July 25, 2024
Question

AI on STM32F411RE

  • July 25, 2024
  • 1 reply
  • 1943 views

Hello,

 

Iam Sudarshan, A working professional and have recently got interested in TinyML. So me being curious, i wanted to interface camera and LCD with my STM32F411RE Nucleo board to run AI models on it.

As per my understanding i would be able to interface STM32 camera module and an LCD using I2C or SPI protocols. Can you please tell me if i'am heading towards right direction?

1 reply

fauvarque.daniel
ST Employee
July 26, 2024

You may instead use discovery kits boards that generally have already an LCD and some have also a camera boards

For vision use cases you also want to take a more powerful MCU like the STM32H7 and the STM32H747I-DISCO

You may want to look at our model zoo https://github.com/STMicroelectronics/stm32ai-modelzoo for applications examples and models that can run on those boards.

Regards

shegdeAuthor
Associate
July 26, 2024

Thank you very much for responding @fauvarque.daniel.

In that case, is impossible to run models on STM32F411RE nucleo board?

Since i have tight budget, i want to start with this and then upgrade to higher series. So you are saying it is impossible in this board?

fauvarque.daniel
ST Employee
July 26, 2024

You can run models on the STM32F411RE if the model is small enough.

Vision models usually require more flash and ram as well as more computing power

Regards