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.
Flashing Firmware via microcontroller and UART.
-
- Posts: 8
- Joined: Sun Apr 16, 2023 4:40 pm
-
- Posts: 9730
- Joined: Thu Nov 26, 2015 4:08 am
Re: Flashing Firmware via microcontroller and UART.
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.
-
- Posts: 8
- Joined: Sun Apr 16, 2023 4:40 pm
Re: Flashing Firmware via microcontroller and UART.
Thanks you. That explained what I need to knowESP_Sprite wrote: ↑Wed Apr 26, 2023 12:58 amYes, 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.
Who is online
Users browsing this forum: No registered users and 112 guests