Flashing Firmware via microcontroller and UART.

Aung Cho Oo
Posts: 8
Joined: Sun Apr 16, 2023 4:40 pm

Flashing Firmware via microcontroller and UART.

Postby Aung Cho Oo » Tue Apr 25, 2023 1:36 pm

I connected my esp32-c3 module with my stm32 microcontroller via UART. My question is can I flash or upload my firmware through UART not USB because I already have USB for stm32 and it would be better if I can use just one USB for both stm32 and esp32.

Esp32-c3 is only used for wifi and bluetooth communication, I don't need for others GPIO pins to function.

ESP_Sprite
Posts: 9730
Joined: Thu Nov 26, 2015 4:08 am

Re: Flashing Firmware via microcontroller and UART.

Postby ESP_Sprite » Wed Apr 26, 2023 12:58 am

Yes, you can. Either program the STM as a passthrough device (so anything on the PC can talk to the ESP directly) or you can use esp-serial-flasher.

Aung Cho Oo
Posts: 8
Joined: Sun Apr 16, 2023 4:40 pm

Re: Flashing Firmware via microcontroller and UART.

Postby Aung Cho Oo » Wed Apr 26, 2023 12:50 pm

ESP_Sprite wrote:
Wed Apr 26, 2023 12:58 am
Yes, you can. Either program the STM as a passthrough device (so anything on the PC can talk to the ESP directly) or you can use esp-serial-flasher.
Thanks you. That explained what I need to know :D

Who is online

Users browsing this forum: No registered users and 78 guests