‎2019-11-16 05:03 AM
‎2019-11-16 06:17 AM
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.
‎2019-11-16 05:24 AM
Enough for what?
What are you doing?
​
Debugging could use the PB3 TDO/SWO​ debug communication channel.
‎2019-11-16 05:32 AM
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.
‎2019-11-16 05:38 AM
I have stm32f103rbt6 nucleo board with me. Do i need any further hardware euipment for this?
‎2019-11-16 06:17 AM
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.
‎2019-11-16 06:23 AM
Thanks for the information..:ok_hand: