2025-04-17 11:48 PM
IS ANY BODY HELP ME IN THE OTA OF THE STM32U575 USING THE ESP32
1. HOW TO SETUP THE SYSTEM BOOTLOADER TO RECEIVE THE FIRMWARE (.BIN FILE) VIA UART AND HOW TO SELECT WHICH UART TO USE FOR UPLOAD , THERE ARE MORE UART WHICH SUPPORT THE UART FLASHING HOW TO ACTIVATE THE DESIRED UART FOR THE FIRMWARE UPLOAD
2. PLEASE SHARE ME ANR RESOUSE REGARDING SYSTEM BOOTLOADER CONFIGURATIONS
3. PLEASE SHARE ANY ESP32 FIRMWARE TRANSMIT THE BINARY FILE VIA UART
2025-04-18 12:20 AM
Welcome to the forum.
PLEASE DON'T WRITE THE WHOLE POST IN ALL CAPITALS!
2025-04-18 12:46 AM
sorry for that
in stm32u575
Will you help me ,how the system bootloader works , how to activate that and how to receive the firmware via usart and selecting the uart for the firmware is ther any configuration
2025-04-18 2:01 AM
AN2606 describes the pins involved. Shows the UART Rx pins. You send an 0x7F data pattern at baud rate with 8E1 format for it to auto baud.
AN3155 describes the protocol after you reset with BOOT0 HIGH.
See examples on Arduino MKR WAN1300 Github