Skip to main content
Graduate
April 18, 2025
Question

OTA IN STM32U575 USING ESP32

  • April 18, 2025
  • 1 reply
  • 1031 views

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

    This topic has been closed for replies.

    1 reply

    premkumarAuthor
    Graduate
    April 18, 2025

    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  

    Graduate II
    April 18, 2025

    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