2023-05-04 03:51 AM
2023-05-06 04:50 AM
AF4 is set by software.
If you used PA9/PA10 for a UART connection in your design it will be usable as such.
For the System Loader see App Note AN2606 for supported PINS and METHODS.
2023-05-04 04:08 AM
Hello @BEKABEN ,
Correct, for UART instance 1 : PA9/PB6 -> UART1_TX and PA10/PB7 -> UART1_RX
For LPUART : PB10/PC4/PC10 -> LPUART1_TX and PC5/PC11 -> LPUART1_RX
Also, for UART instance 2 : PA2/PA14 -> UART2_TX and PA3/PA15 -> UART2_RX
Foued
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2023-05-04 05:14 AM - edited 2023-11-20 06:28 AM
JW
2023-05-04 11:33 PM
Yes
is AF4 the default setting on the stm32l053r8?
2023-05-04 11:55 PM
No.
Default setting of all AF is AF0 - see GPIO_AFR registers description in the GPIO chapte of Reference Manual.
JW
2023-05-06 03:58 AM
If I design my schematic based on AF4 and I'm accessing the UART from PA9 PA10 is it possible to do updates in the future?
2023-05-06 04:50 AM
AF4 is set by software.
If you used PA9/PA10 for a UART connection in your design it will be usable as such.
For the System Loader see App Note AN2606 for supported PINS and METHODS.