2024-12-13 03:09 AM - last edited on 2024-12-13 03:29 AM by Andrew Neil
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
2024-12-23 05:10 AM
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
2024-12-24 12:44 AM
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!