OTA_update_STM32_using_ESP32 icon indicating copy to clipboard operation
OTA_update_STM32_using_ESP32 copied to clipboard

Program STM32Fxx MCUs Over-the-Air using ESP32

Results 9 OTA_update_STM32_using_ESP32 issues
Sort by recently updated
recently updated
newest added

Can't I use other serial ports? Do I have to use the main serial port? I use ESP32, I can use Serial, but I can't use Serial2

Status: In Progress
Type: Enhancement

Hi! Can this code be directly run on [B-L475E-IOT01A](https://www.st.com/en/evaluation-tools/b-l475e-iot01a.html) board provided by STM32?

Hi for all, I am trying to use this example, but I couldnt it successfully. I got Serial timeout error.( esp32 and stm32 could not talk successfully. ) I have...

Type: Bug
Status: In Progress

Hello! I am trying to test the **file_serving_stm** project but I can´t manage to make it compile. It throws the following error: fatal error: driver/uart.h: No such file or directory...

Hi @laukik-hase , I am trying to do the same thing but for STM32H750 boards. Can you tell me about where to start and the things that I need to...

# Bug fix, the delay doesn't work There were a bug where the timeout is not respected, causing it to not work in some situation. This line: vTaskDelay(1 / portTICK_PERIOD_MS);...

Fixed UART_CONTROLLER typo

Project would not compile with esp-idf 5.5 or whatever version i would try to compile with. Forcing backward compatibility for freeRTOS, and adding a dependency to 'driver' in the CMakeLists...