回复 3# pumpkin
In the Console window, you may see the message:
Process STDIO not connected to console.
If you'd like to see UART output in this console, please modify STDIO settings in the Run/Debug configuration.
If you would like to connect the STDIO to the console, perform the following steps:
1. Right-click the project in the Project Explorer and click Properties.
2. Select the launch configuration that you wish to modify and click the Edit button, or create a new launch configuration.
3. Under the STDIO Connection tab, check the box next to Connect STDIO to Console and then chose the correct COM port. Set the BAUD Rate to 115200. Click OK. Then click OK to return to the SDK. Follow the steps to run the binary again. This time you should see the STDIO in the console. If you do not see the STDIO in the console, you may need to reload the .bit file or restart your computer. |