STM32-OTA
STM32-OTA copied to clipboard
compatibility for all stm32f103 series
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?
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.
Thank you for the info @csnol I'll try to implement and comeback to you.