printf() over the UART using STM32

แชร์
ฝัง
  • เผยแพร่เมื่อ 1 ธ.ค. 2024

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

  • @Teyros
    @Teyros ปีที่แล้ว

    THANK YOU SO MUCH!!!
    The biggest thing was changing the pins to an ST-LINKED pin. You rock!!!

  • @bonnersommer7201
    @bonnersommer7201 ปีที่แล้ว +1

    1000 little tricks, thanks a lot for sharing !

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

    Thanks a lot, this saves times compared to implementing SWV log prints..

  • @edfeten4724
    @edfeten4724 3 ปีที่แล้ว +1

    Wow, great video. Like Leon Shaw said "It Works".
    Thanks

  • @Steven_Bennett_YT
    @Steven_Bennett_YT ปีที่แล้ว

    Excellent instruction, it worked for me - thank you

  • @rubikbb
    @rubikbb 2 ปีที่แล้ว +2

    Thank you for sharing your knowledge and experience

  • @DougFromTheBayou
    @DougFromTheBayou 2 ปีที่แล้ว +1

    Thanks! got it working with this tutorial

  • @SPeeDKiLL45
    @SPeeDKiLL45 ปีที่แล้ว +1

    Thank you so much sir i love you

  • @yasirshahzad3732
    @yasirshahzad3732 ปีที่แล้ว +1

    // Override this function :
    int _write(int file, char *ptr, int len) {
    HAL_UART_Transmit(&hlpuart1, (uint8_t*)ptr, len, HAL_MAX_DELAY);
    return len;
    }

  • @thedanmaas
    @thedanmaas 2 ปีที่แล้ว +1

    Thank you for the helpful video! :)

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

    Error opening \\.\COM3 (121)
    Error opening \\.\COM3 (121), I'm getting error like this and i'm using stm32f446re and uart4, please help m eto resolve this issue

  • @leonshaw2318
    @leonshaw2318 3 ปีที่แล้ว +1

    finally one that works!

    • @viduraembedded6369
      @viduraembedded6369  3 ปีที่แล้ว

      Thanks. Please subscribe to my TH-cam channel and support 🙂

  • @KanagachidambaresanGR
    @KanagachidambaresanGR 2 ปีที่แล้ว

    i am getting special character., what would be the pbm

  • @tm-uz7md
    @tm-uz7md 2 หลายเดือนก่อน

    Makes no sense. How does the _write function get invoked ? All you have is a printf statement that won't do it.

  • @woldecosgrove
    @woldecosgrove ปีที่แล้ว

    if i connect USB cable to PUTTY can i still see the Current number displayed 1..... ??

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

    Sir, how to get this development board ?

  • @GuiMVII
    @GuiMVII ปีที่แล้ว

    Great video, really helpfull!

  • @dsvignesh1523
    @dsvignesh1523 ปีที่แล้ว

    i am using putty but I am getting garbage value. tried with other tools also but still getting the garbage value.

    • @viduraembedded6369
      @viduraembedded6369  ปีที่แล้ว

      Pls check the buadrate configuration and use the same buadrate in putty

  • @DereC519
    @DereC519 ปีที่แล้ว

    i dont have a serial port, any help? The option is blank

    • @viduraembedded6369
      @viduraembedded6369  ปีที่แล้ว

      You can buy usb to ttl serial converter and use it. Code will remain same

  • @vyasneshkumarniranjan1542
    @vyasneshkumarniranjan1542 2 ปีที่แล้ว

    thank you for sharing the experience and knowledge
    if possible please upload more videos on stm 32

  • @yaguruttazumma3421
    @yaguruttazumma3421 2 ปีที่แล้ว

    Good class

  • @priyanshshankhdhar1910
    @priyanshshankhdhar1910 ปีที่แล้ว

    does this work with stm32f103c8t6