2019-10-18 04:35 PM
I have asked this on ST Online Support. I think I should ask it here too.
I use System Workbench to 'build all' 2 big packages "as is":
For demos that use a HyperTerminal (I use TeraTerm), I don't see the debug printouts to terminal. The TeraTerm setup is pretty straightforward:
Is there a switch/jumper on the STM32H753xi EVAL2 Board that I need to change to make this work? I am testing with the following applications:
The apps are supposed to print/display a menu on TeraTerm for user interactions.
When I unplug/plug the USB, my PC pops up the file explorer showing 'EVA_H753Xi (D:)' drive that has a file called DETAILS.TXT which contains the following lines:
Version: 0221
Build: Jan 11 2019 17:19:2
Solved! Go to Solution.
2019-10-18 04:49 PM
>> STM32H753xi EVAL2 Board that I need to change to make this work?
Aren't there a pair of jumper that allow you to select between RS232 port or ST-LINK VCP, try checking those.
Code for NUCLEO probably not going to be using same USART and pins as the EVAL2
2019-10-18 04:49 PM
>> STM32H753xi EVAL2 Board that I need to change to make this work?
Aren't there a pair of jumper that allow you to select between RS232 port or ST-LINK VCP, try checking those.
Code for NUCLEO probably not going to be using same USART and pins as the EVAL2
2019-10-18 05:34 PM
Got it. Thank you Clive. I need to configure JP7 and JP8. I will make sure the settings work on STM32H743I-EVAL first before porting the NUCLEO-H753ZI code. I am actually want to use the ST-LINK interface for hyperterminal purpose.