cancel
Showing results for 
Search instead for 
Did you mean: 

How to use ST Open bootloader for STM32L562ZET6Q

priyanka.yadav
Associate II

Moved from the Feedback Forum


Hi,

1. Referring to below link, can we use this for STM32L562ZET6Q part without any change.

2. What changes are to be done to make use of USART3 (PC10,PC11) rather USART1 (PA9,PA10).

 

How to use the ST Open Bootloader for STM32 Microc... - STMicroelectronics Community

11 REPLIES 11
SirineST
ST Employee

Hello @priyanka.yadav ,

Could you please check your bootloader version. if it is V13.0, according to AN2506 table 164, the USART3 is not working.

With regards

If your question is answered, please close this topic by clicking "Accept as Solution"

Hello SirineST,

Bootloader version is showing as 0x92. Please see the snapshot.

Also, please note that USART3 is working when I'm trying to flash via USART3 (but only issue is that this requires manual intervention to uncheck nBOOT0 via ST-LINK debugger). So this is not IAP where we can fully program device via USART.

We are looking for solution where device initially waits for some timeout for data from usart and when its timeout then device will simply boot via flash. In this case if we don't wish to flash it'll simply boot via flash and in case we need to do IAP then we can stop and flash new file during timeout when its waiting for data from USART for any updated file.

Thanks!