我想用ezdsp5515通过uart传输串口数据,运行csl_uart_polled_example,用串口调试助手接收不到数据,用hex显示全是0,请问是什么问题
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
我想用ezdsp5515通过uart传输串口数据,运行csl_uart_polled_example,用串口调试助手接收不到数据,用hex显示全是0,请问是什么问题
请问串口助手波特率设了多少?例程要求如下。
* UART module on C5535/C5515 DSP operating in polled mode. UART peripheral is
* configured by the test code to the following values
* Baud Rate - 2400.
* Data bits - 8.
* Parity - None.
* Stop bits - 1.
* Flow control - None.
* HyperTerminal on the host PC should be configured with the same values to