How to Select the Best STM32 Microcontroller for Your Project

Поділитися
Вставка
  • Опубліковано 17 кві 2024
  • Download your FREE PDF which includes all of the STM32 details discussed in this video: predictabledesigns.com/stm32-...
    The STM32 is a HUGE family of 32-bit microcontrollers from ST Microelectronics.
    There are so many variants available that it can be an overwhelming process trying to figure out which STM32 version to select, so in this video I’m going to help you select the best STM32 for your specific project.
    Get your free Ultimate Guide - How to Develop and Prototype a New Electronic Hardware Product: predictabledesigns.com/guide
    And get your other free guides:
    From Prototype to Production with the ESP32: predictabledesigns.com/esp32
    From Arduino Prototype to Mass Production: predictabledesigns.com/from-a...
    From Raspberry Pi Prototype to Mass Production: predictabledesigns.com/rpi
    Prevent mistakes by downloading my DESIGN REVIEW CHECKLISTS for the schematic circuit, PCB layout, and enclosure 3D model design: predictabledesigns.com/design...
    Want my personal help on your project? If so, check out my Hardware Academy program: predictabledesigns.com/Academy
  • Наука та технологія

КОМЕНТАРІ • 33

  • @vedantjadhav4525
    @vedantjadhav4525 Місяць тому +4

    maybe a rookie suggestion but can you make a video were to teach how to develop a prototype development board with any choice of stm32 chip

  • @sebastian_harnisch
    @sebastian_harnisch Місяць тому +4

    Worth mentioning that the STM32G4 series MCUs are marketed as mixed-signal MCUs (analog peripherals + DSP instructions). In my opinion it doesn’t really fit the „budget“ category very well, this description is more valid for the STM32G0 series specifically.

  • @bersissevimli1588
    @bersissevimli1588 Місяць тому +6

    Can you make more videos on the microprocessor topic.

  • @SouravTechLabs
    @SouravTechLabs 27 днів тому +1

    Invaluable video! Thank you for such amazing videos!

  • @dcuccia
    @dcuccia День тому

    Fantastic overview, thank you!

  • @tomasvolpe
    @tomasvolpe Місяць тому

    What a great youtube channel. Cheers from Argentina 👍

  • @mslmelectric9535
    @mslmelectric9535 Місяць тому

    Great useful informations, Sir! Thank you very much!

  • @nicoladellino8124
    @nicoladellino8124 Місяць тому

    Very useful video, THX.

  • @user-hu7iw5cp9j
    @user-hu7iw5cp9j Місяць тому

    Thank you! Great Video!

  • @billybbob18
    @billybbob18 Місяць тому

    In the diy drone community, we are ruled by the F1, F4 and F7 processors. My remote has an F1, and the video receiver module and flight controller have an F4. Pilots have been flocking to the F7 due to the extra UARTs for connecting GPS modules and all kinds of other goodies. I'm the kind who cares less about saving cost if it means sacrificing performance (for personal projects). You also wouldn't want me anywhere near the cost annalists.

  • @petulko1907
    @petulko1907 Місяць тому +2

    Thanks for the lot of useful informations. Actually there is also U0 out now.

    • @PredictableDesigns
      @PredictableDesigns  Місяць тому

      Cool, thanks for sharing!

    • @eos1d3
      @eos1d3 28 днів тому

      U0 does not have internal VRef. If you need accuracy for ADC, you need to add external vref. G030 interval VRef has very high accuracy, around 0.1%

  • @venifakumar7189
    @venifakumar7189 26 днів тому

    Greetings sir, for beginners considering STM32, which board-Black Pill or Blue Pill-would you recommend they start with?

    • @PredictableDesigns
      @PredictableDesigns  26 днів тому

      Well it depends on the project. The blue pill uses an stm32f1 whereas the black pill uses a more powerful stm32F4. So if a simple project go with blue, but if you need a more advanced microcontroller then go with the black. Hope this helps.

  • @adamborkowski3175
    @adamborkowski3175 Місяць тому

    Which STM32 MCU family would you recommend for 3-phase inverter or motor control?

    • @avinadadmendez4019
      @avinadadmendez4019 Місяць тому

      I am not John but probably STM32 or NXP

    • @adamborkowski3175
      @adamborkowski3175 Місяць тому

      @@avinadadmendez4019 Sorry, I didn't specified that I'm asking about STM32. Edited now.
      Thanks!

  • @eriklethdanielsen3968
    @eriklethdanielsen3968 9 днів тому

    stm32f103 is the best because it is used in st-link, china price 1$

  • @Ma_X64
    @Ma_X64 Місяць тому

    The best STM32 is ArteryTech AT32 because they're more democratic to their customers.

    • @PredictableDesigns
      @PredictableDesigns  Місяць тому

      Okay, not sure what you mean by they are "more democratic to their customers". I've found ST to be a great company to work with. I've even had them give me free design reviews.

    • @Ma_X64
      @Ma_X64 Місяць тому

      ​ @PredictableDesigns Well... I will try to formalize this somewhat generalized feeling of mine.
      AT is not forcing you to register on their site in order to receive development tools and reference documentation. AT does not pursue an aggressive policy of imposing its new ideas, when in order to download the old familiar version of the IDE, you need to solve a puzzle. Microcontrollers from AT can easily withstand overclocking by 30-50 percent, and at the same time all components continue to work properly. The library code is written much simpler, so if necessary, you can easily take a piece and adapt it to your needs. And in general, the endless assertions in the ST libraries kind of suggest that the developer considers the end user an idiot, although, of course, the guys simply came to embedded from “big” programming and brought with them their vision of the “correct” code. And AT's MCUs cost less. But there're flaws too of course. ATs has less elaborated and holistic ecosystem and it still in development. There're enough misstypes in docs. Code generation from configurator is still not supporting middleware.

    • @eos1d3
      @eos1d3 28 днів тому

      ​​​@@Ma_X64you need to learn how assertion work. Many assertions in library is a good thing. It helps you to debug and rule out most problems during development.
      After testing, you can disable all assertions in one single setting. By default, all assertions are disabled.
      Your comments are not all valid. Stm32 has low level library which is simple to use. HAL library is rubbish and bloatware.
      And stm32 has undocumented features which exists in higher price series. If you know, it is valuable. 🙈

    • @Ma_X64
      @Ma_X64 28 днів тому

      @@eos1d3 you're funny.