Skip to main content
Karthik1
Associate II
November 16, 2019
Solved

Can anyone tell me how to check do i need USART hardware for stm32f103rbt6 or inbuilt? or just usb cable is enough for that?

  • November 16, 2019
  • 5 replies
  • 1301 views

..

This topic has been closed for replies.
Best answer by Tesla DeLorean

Yes, sounds like a home-work problem.

The ST-LINK VCP for the NUCLEO board should be enough to talk back-and-forth with the STM32 USART. As I recall USART2 via PA2/PA3, but check the manual/schematic.

5 replies

Tesla DeLorean
Guru
November 16, 2019

Enough for what?

What are you doing?

Debugging could use the PB3 TDO/SWO​ debug communication channel.

Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..
Karthik1
Karthik1Author
Associate II
November 16, 2019

Actually the MCU should receive two numbers via terminal software(e.g. hterm) and give back the result (using USART USB). Moreover in the code should be defined a threshold value and the MCU should give back whether the result is higher or lower than threshold. The LED should ON if it is high and OFF if it is low.

Karthik1
Karthik1Author
Associate II
November 16, 2019

I have stm32f103rbt6 nucleo board with me. Do i need any further hardware euipment for this?

Tesla DeLorean
Tesla DeLoreanBest answer
Guru
November 16, 2019

Yes, sounds like a home-work problem.

The ST-LINK VCP for the NUCLEO board should be enough to talk back-and-forth with the STM32 USART. As I recall USART2 via PA2/PA3, but check the manual/schematic.

Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..
Karthik1
Karthik1Author
Associate II
November 16, 2019

Thanks for the information..:ok_hand: