STM32-OTA icon indicating copy to clipboard operation
STM32-OTA copied to clipboard

compatibility for all stm32f103 series

Open gsaikiran29 opened this issue 5 years ago • 2 comments

Hello @csnol Is this library compatible for all stm32f103xxt6 controllers or only C8 & CB? I want to implement FOTA using stm32f103RET6 with esp32 Is that possible with this Library. please suggest me how to implement my application?

gsaikiran29 avatar Feb 28 '20 04:02 gsaikiran29

Hi, @gsaikiran29

Below chips be tested. I think the library conpatible for all STM32F0xx and STM32F1xx series and STM32F401. maybe incloude all STM32 chips, You know I can't test all. //String STM32_CHIPNAME[8] = { // "Unknown Chip", // "STM32F03xx4/6", // "STM32F030x8/05x", // "STM32F030xC", // "STM32F103x4/6", // "STM32F103x8/B", // "STM32F103xC/D/E", // "STM32F105/107"
//};

About ESP32, Sorry , I never use it on Arduino.

csnol avatar Feb 29 '20 08:02 csnol

Thank you for the info @csnol I'll try to implement and comeback to you.

gsaikiran29 avatar Mar 02 '20 07:03 gsaikiran29