THANK YOU SO MUCH!!! The biggest thing was changing the pins to an ST-LINKED pin. You rock!!!
@dbanerjee2467 Жыл бұрын
Thanks a lot, this saves times compared to implementing SWV log prints..
@bonnersommer7201 Жыл бұрын
1000 little tricks, thanks a lot for sharing !
@viduraembedded6369 Жыл бұрын
You're welcome!
@EmbeddedFirmware-b1q15 күн бұрын
thank sir !! you save my time.
@rubikbb2 жыл бұрын
Thank you for sharing your knowledge and experience
@edfeten47243 жыл бұрын
Wow, great video. Like Leon Shaw said "It Works". Thanks
@viduraembedded63693 жыл бұрын
Thanks Ed Feten👍
@Steven_Bennett_YT Жыл бұрын
Excellent instruction, it worked for me - thank you
@KanagachidambaresanGR2 жыл бұрын
i am getting special character., what would be the pbm
@honeymadhu6007 Жыл бұрын
Sir, how to get this development board ?
@DerexArchives Жыл бұрын
i dont have a serial port, any help? The option is blank
@viduraembedded6369 Жыл бұрын
You can buy usb to ttl serial converter and use it. Code will remain same
@industrialautomation199211 ай бұрын
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
@woldecosgrove Жыл бұрын
if i connect USB cable to PUTTY can i still see the Current number displayed 1..... ??
@viduraembedded6369 Жыл бұрын
Yes
@SPeeDKiLL45 Жыл бұрын
Thank you so much sir i love you
@viduraembedded6369 Жыл бұрын
Thanks
@DougFromTheBayou2 жыл бұрын
Thanks! got it working with this tutorial
@yasirshahzad3732 Жыл бұрын
// Override this function : int _write(int file, char *ptr, int len) { HAL_UART_Transmit(&hlpuart1, (uint8_t*)ptr, len, HAL_MAX_DELAY); return len; }
@tm-uz7md4 ай бұрын
Makes no sense. How does the _write function get invoked ? All you have is a printf statement that won't do it.
@GuiMVII Жыл бұрын
Great video, really helpfull!
@dsvignesh1523 Жыл бұрын
i am using putty but I am getting garbage value. tried with other tools also but still getting the garbage value.
@viduraembedded6369 Жыл бұрын
Pls check the buadrate configuration and use the same buadrate in putty
@thedanmaas2 жыл бұрын
Thank you for the helpful video! :)
@priyanshshankhdhar19102 жыл бұрын
does this work with stm32f103c8t6
@viduraembedded63692 жыл бұрын
Yes
@leonshaw23183 жыл бұрын
finally one that works!
@viduraembedded63693 жыл бұрын
Thanks. Please subscribe to my KZbin channel and support 🙂
@vyasneshkumarniranjan15422 жыл бұрын
thank you for sharing the experience and knowledge if possible please upload more videos on stm 32