Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

UART1 on pin PA10, PA9 does not work on Nucleo-G071RB #1180

Closed
Assignees
fpistm
Labels
bug 🐛Something isn't working
Milestone
@Khelicon

Description

@Khelicon

I found issue where UART1 is not working on pinPA10 & PA9 onNucleo-G071RB but UART1 works fine on pinPB7 & PB6.

I verified with following code in Arduino IDE and PlatformIO

HardwareSerialrfUart(PA10,PA9);// do not work//HardwareSerial rfUart(PB7, PB6); // work successfullyvoidsetup(){Serial.begin(115200);delay(100);rfUart.begin(115200);pinMode(LED_BUILTIN,OUTPUT);Serial.println("\nSG0 Begin....");rfUart.println("\nSG0 RF Begin....");}intcount=0;voidloop(){delay(2000);Serial.printf("\nSG0 Count: %02d",count);rfUart.print("\nRF Count:");rfUart.println(count++);digitalWrite(LED_BUILTIN, !digitalRead(LED_BUILTIN));}

Note: I tried using Stm32Cube Framework, UART1 on pin PA10 & PA9 works fine.

Metadata

Metadata

Assignees

Labels

bug 🐛Something isn't working

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions


    [8]ページ先頭

    ©2009-2025 Movatter.jp