Skip to main content
Visitor II
May 13, 2024
Question

Please recommend a development board

  • May 13, 2024
  • 3 replies
  • 851 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

    Graduate II
    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

    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

    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.