ESP32-Musings / OTA_update_STM32_using_ESP32

Program STM32Fxx MCUs Over-the-Air using ESP32
MIT License
366 stars 73 forks source link

Port to B-L475E-IOT01A #12

Closed CodeOn-ArK closed 2 years ago

CodeOn-ArK commented 2 years ago

Hi! Can this code be directly run on B-L475E-IOT01A board provided by STM32?

laukik-hase commented 2 years ago

Hello, @CodeOn-ArK!

As per the link you have provided, the B-L475E-IOT01A board uses the STM32L4 series MCU which follows the USART protocol and Boot Mode procedure we have used in this project. You can try it out and let us know if it works or if you face any issues.