Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

compatibility for all stm32f103 series #1

Open
gsaikiran29 opened this issue Feb 28, 2020 · 2 comments
Open

compatibility for all stm32f103 series #1

gsaikiran29 opened this issue Feb 28, 2020 · 2 comments

Comments

@gsaikiran29
Copy link

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?

@csnol
Copy link
Owner

csnol commented Feb 29, 2020

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.

@gsaikiran29
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants