We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
py32030x8开发板上,arduino如何配置2个hw串口? 下面代码一直报错 Serial1.setRx(PA7); Serial1.setTx(PA8); Serial1.begin(115200); 一直提示:ERROR: [U(S)ART] Tx pin has no peripheral!
第一个串口能打印信息,第二个初始化就报错。
分别能够串口打印
ERROR: [U(S)ART] Tx pin has no peripheral!
win11
vscode arduino
The text was updated successfully, but these errors were encountered:
No branches or pull requests
描述一下这个bug / Describe the bug
py32030x8开发板上,arduino如何配置2个hw串口? 下面代码一直报错
Serial1.setRx(PA7);
Serial1.setTx(PA8);
Serial1.begin(115200);
一直提示:ERROR: [U(S)ART] Tx pin has no peripheral!
复现步骤 / To Reproduce
第一个串口能打印信息,第二个初始化就报错。
如果正常,应该是什么样 / Expected behavior
分别能够串口打印
截图 / Screenshots
日志 / Logs
ERROR: [U(S)ART] Tx pin has no peripheral!
系统 / System
win11
PACK包版本 / Version
vscode arduino
验证
The text was updated successfully, but these errors were encountered: