2023-09-28 01:49 PM - edited 2023-09-29 08:47 AM
STM32H5763IIK, Bootloader v14
I'm planning on using USART1 and USART3 in my application. I'd like to be able to access the bootloader from both. The bootloader documents say that USART2 and USART3 at very least use pins that are not attached to their respective modules.
On the chip, USART1 can be:
TX PA9, PB6, PB14
RX PA10, PB7, PB15
The bootloader note AN2606 says the H5763 USART1 uses: A9/A10 which are valid options! No issue.
For USART3 the chip can operate on:
TX PB10, PC10, PD8
RX PB11, PC11, PC4, PD9
AN2606 says USART3 can use: None of those pairs... uses PD9 ok, but also PA4 which isn't associated to UART3 at all.
Applies to USART2 as well.
I need someone from ST to confirm that AN2602 (Page 250) matches up with reality.
AN2602: https://www.st.com/resource/en/application_note/cd00167594-stm32-microcontroller-system-memory-boot-mode-stmicroelectronics.pdf
Datasheet: https://www.st.com/resource/en/datasheet/stm32h563ii.pdf
2023-11-07 01:12 AM
Hello,
Rev60 is now published with corrections : STM32 microcontroller system memory boot mode - Application note
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.