Skip to main content
Associate
February 16, 2024
Question

Unable to flash Bluenrg345 via Uart bootloader

  • February 16, 2024
  • 1 reply
  • 1102 views

Hi, this is regarding the bluenrg345 device 

We have developed a custom board for reading and sharing data via bluenrg device

For flashing we use RF flasher utility tool and uart bootloader via usb to uart ic

We have flashed a couple of times using this method, but few of the boards (5/10) do not gets flashed

stating error as " Exit flashBoard: Exception ID1: auto baudrate functionality failed " on RF flasher tool

- we have tried couple of debugging and replaced few discrete components

- replaced bluenrg device as well 

- can we know what is leading to this issue?

- What is issue and how can we solve it ?

Although flashing using STLINK and RF flasher tool for the exact same board does works 

 

 

This topic has been closed for replies.

1 reply

Laurent LOUAZON
ST Employee
February 28, 2024

Hello,

 

For entering bootloader have you respected below sequence:

- Set PA10 to high

- Perform a HW reset 

- release PA10

Then you should be able to access UART bootloader through dedicated UART PA8/PA10.

 

Regards

Laurent

Associate
March 5, 2024

Thanks for the Input ,

Yes I am following above mentioned procedure