HOW-TO GET STM32 Board in ARDUINO using STM32duino

แชร์
ฝัง
  • เผยแพร่เมื่อ 16 ก.ย. 2024
  • In this video, we'll show you how to get the STM32 Board in the Arduino IDE. This is a great way to create projects with the STM32 Board!
    If you're interested in learning how to use the STM32 Board in the Arduino IDE, then this video is for you! We'll teach you everything you need to know to get started with this powerful chip. After watching this video, you'll be able to create your own projects with the STM32 Board!
    Github
    github.com/stm...
    Forum
    www.stm32duino...
    STM32 Playlist
    • STM32

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

  • @jumadhaheri
    @jumadhaheri 9 หลายเดือนก่อน

    This is really intersting thank you

    • @prtechtalk416
      @prtechtalk416  9 หลายเดือนก่อน

      Your welcome :-)

  • @kcpkcp1000
    @kcpkcp1000 หลายเดือนก่อน +1

    This is good. I managed to upload Blink to my Nucleo L476RG and it was running . However i got garbage on my Serial Monitor when i run another program. The baud rate was correct. Any idea why this happened? Thanks

    • @prtechtalk416
      @prtechtalk416  หลายเดือนก่อน +1

      Hi, it is always hard to give an opinion on what could have gone wrong in varius scenarios. it will only be a guess. Best is to try to eliminate all sources of potential errors and eliminate all till you only securely can reproduce the issue. When their is garbage my experience is that the baudrate is not correct and timing is off. put an logic analyser or Oscilloscop on the bus to verify that this is not the case also here. / PR TechTalk

  • @gamercfd
    @gamercfd 5 หลายเดือนก่อน

    Quick question for you, is it necessary to use USB to power/program our dev board with the arduino IDE? My project requires our own custom development board with an STM32F103 MCU and I'm wondering if we need to include a female Micro-USB port. I plan on just using a J-LINK programmer with an SWD interface.

    • @prtechtalk416
      @prtechtalk416  5 หลายเดือนก่อน

      Hi, No you can supply your design from your own supply. You need to have gnd and data pins from SWD interface only. /PR TechTalk

  • @MrEksol
    @MrEksol หลายเดือนก่อน +1

    where link ?

    • @prtechtalk416
      @prtechtalk416  หลายเดือนก่อน

      Hi, i have not uploaded it online but send me your mail address and i will send you the project. My mail address is “mysurename” @ gmail.com
      /PR TechTalk

  • @zaga9560
    @zaga9560 4 หลายเดือนก่อน +1

    Black pill - Blue Pill - similar method? I saw another video where they use an FTDI board to program the black pill - is this unnecessary? th-cam.com/video/QCdnO43RBK4/w-d-xo.html&ab_channel=GaryExplains

    • @prtechtalk416
      @prtechtalk416  4 หลายเดือนก่อน +1

      Hi, im a it unsure over your question, but to program any ST MCU you need some kind of tool. Could be STLink or similar. FTDI is "only" a USB to Uart converter and could be a part of a programmer.