Skip to main content
Associate
May 13, 2024
Question

Please recommend a development board

  • May 13, 2024
  • 3 replies
  • 852 views

First of all, I want to use the core above STM32F4. I need a few motors, pumps, and sensor control with the MCU.
If there are several boards you recommended due to lack of knowledge of hardware, please let me know how to make a physical connection.

This topic has been closed for replies.

3 replies

Tesla DeLorean
Guru
May 13, 2024

Would suggest you work with someone locally who does understand hardware needs/requirements. Say a colleague or supervisor.

Otherwise go study how others have achieved similar goals already

Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
mƎALLEm
Technical Moderator
May 13, 2024

Hello,

As stated by @Tesla DeLorean as you're not a HW specialist you need someone near of you that has HW knowledge to help you efficiently.

Meanwhile, NUCLEO-F429ZI board could be a starting point for what you are looking for. See this link:  https://www.st.com/en/evaluation-tools/nucleo-f429zi.html

"To give better visibility on the answered topics, please click on ""Accept as Solution"" on the reply which solved your issue or answered your question."
Pavel A.
Super User
May 13, 2024

You don't have to load everything on a single STM32. For example, use the F4 for motor control and add F0 or L0 for reading slow sensors. This can make overall design simpler and more robust, and protect investment in code for the F4. Find help for your hardware design here.