HOW-TO GET STM32 Board in ARDUINO using STM32duino

Поділитися
Вставка
  • Опубліковано 26 лис 2024

КОМЕНТАРІ • 10

  • @kcpkcp1000
    @kcpkcp1000 3 місяці тому +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  3 місяці тому +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

  • @jumadhaheri
    @jumadhaheri 11 місяців тому

    This is really intersting thank you

  • @gamercfd
    @gamercfd 8 місяців тому

    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  8 місяців тому

      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 3 місяці тому +1

    where link ?

    • @prtechtalk416
      @prtechtalk416  3 місяці тому

      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 7 місяців тому +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? ua-cam.com/video/QCdnO43RBK4/v-deo.html&ab_channel=GaryExplains

    • @prtechtalk416
      @prtechtalk416  6 місяців тому +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.