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
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 31

  • @bersissevimli1588
    @bersissevimli1588 หลายเดือนก่อน +6

    Can you make more videos on the microprocessor topic.

  • @vedantjadhav4525
    @vedantjadhav4525 หลายเดือนก่อน +3

    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.

  • @blociot
    @blociot 16 วันที่ผ่านมา

    You just saved me a lot of time. I've been away from the microcontroller's world for a while and it seems things have significantly changed and there are many many options. Thank you!

  • @SouravTechLabs
    @SouravTechLabs 15 วันที่ผ่านมา +1

    Invaluable video! Thank you for such amazing videos!

  • @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!

  • @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 17 วันที่ผ่านมา

      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%

  • @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.

  • @venifakumar7189
    @venifakumar7189 15 วันที่ผ่านมา

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

    • @PredictableDesigns
      @PredictableDesigns  15 วันที่ผ่านมา

      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!

  • @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 17 วันที่ผ่านมา

      ​​​@@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 17 วันที่ผ่านมา

      @@eos1d3 you're funny.