Skip to content
New issue

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

STM32G071RB STM32G070RB uart4 is not invalid #1360

Closed
MINI-Qiang opened this issue Apr 20, 2021 · 1 comment
Closed

STM32G071RB STM32G070RB uart4 is not invalid #1360

MINI-Qiang opened this issue Apr 20, 2021 · 1 comment

Comments

@MINI-Qiang
Copy link

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:

  1. Plug
  2. Oscilloscope measurement PA0, PC10 output,(Output HIGH, no signal)

Expected behavior

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: [Windows10]
  • Arduino IDE version: [1.8.12]
  • STM32 core version: [1.9.0]
  • Tools menu settings : nucleo64, NucleoG071RB , default....
  • Upload method: [STLink]

Board (please complete the following information):

  • Name: [e.g. Nucleo G071RB]
@fpistm
Copy link
Member

fpistm commented Apr 20, 2021

Duplicate of #1180 and fixed in the master. #1189
New core release 2.0.0 will be released soon. I'm currently doing it.

@fpistm fpistm closed this as completed Apr 20, 2021
@fpistm fpistm added this to To do in STM32 core based on ST HAL via automation Apr 20, 2021
@fpistm fpistm moved this from To do to Done in STM32 core based on ST HAL Apr 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

2 participants