We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Describe the bug STM32G071RB STM32G070RB UART4 invalid uart1,uart2,uart3 normally
To Reproduce Test board: Nucleo-G071RB
//HardwareSerial Serial4(PA1,PA0); // GPIO_AF4_USART4 HardwareSerial Serial4(PC11,PC10); // GPIO_AF1_USART4 void setup() { Serial4.begin(115200); } void loop() { Serial4.println("test"); delay(1000); }
Steps to reproduce the behavior:
Expected behavior
Screenshots If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Board (please complete the following information):
The text was updated successfully, but these errors were encountered:
Duplicate of #1180 and fixed in the master. #1189 New core release 2.0.0 will be released soon. I'm currently doing it.
Sorry, something went wrong.
No branches or pull requests
Describe the bug
STM32G071RB STM32G070RB UART4 invalid
uart1,uart2,uart3 normally
To Reproduce
Test board: Nucleo-G071RB
Steps to reproduce the behavior:
Expected behavior
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Board (please complete the following information):
The text was updated successfully, but these errors were encountered: