cancel
Showing results for 
Search instead for 
Did you mean: 

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

Karthik1
Associate II
 
1 ACCEPTED SOLUTION

Accepted Solutions

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
Up vote any posts that you find helpful, it shows what's working..

View solution in original post

5 REPLIES 5

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
Up vote any posts that you find helpful, it shows what's working..
Karthik1
Associate II

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
Associate II

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

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
Up vote any posts that you find helpful, it shows what's working..
Karthik1
Associate II

Thanks for the information..👌