cancel
Showing results for 
Search instead for 
Did you mean: 

STM32WL UART bootloader

SBaro.11
Associate III

Hi all,

Just a question, I have one stm32wl RAK3172 chip, on this chip I have a stm32f4 connected via UART like that

STM32F4 UART2             RAK3172 UART1

PD6               ---->            PB6.  

PD5              ----->           PB7

 

I'm trying to communicate with ST UART bootloader without success. I've put my RAK in bootloader mode (I'm sure because I'm able to detect it with stm32cubeprogrammer mode uart connected to PA2PA3)

My question is can I use PB6 and PB7 on my RAK to use uart bootloader or should I write custom bootloader to use it because basiclly stm seems to only use PA2 and PA3

 

1 REPLY 1
STTwo-32
ST Employee

Hello @SBaro.11 

For the STM32WLE, the system bootloader via USART need to use PA10, PA9 for USART1 and PA2, PA3 for USART2:

STTwo32_0-1743762904871.png

For PB6, PB7, you need to use the open bootloader.

Best Regards.

STTwo-32

 

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.