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

Add support for the most widely used STM32F1xx series MCUs #105

Closed
wuwbobo2021 opened this issue Jul 3, 2024 · 1 comment
Closed

Add support for the most widely used STM32F1xx series MCUs #105

wuwbobo2021 opened this issue Jul 3, 2024 · 1 comment

Comments

@wuwbobo2021
Copy link

STM32F1 is probably the most popular series in ST’s product line for many years. Is there any plan about it?
There’s another crate stm32f1xx-hal, lacking some functions (especially those for drving TIMs), and its development progress seems slower than stm32f4xx-hal, why is this the case?

@David-OConnor
Copy link
Owner

David-OConnor commented Jul 3, 2024

No. This lib focuses on newer series, to limit scope and complexity, and make it more manageable to maintain. The F1 series is, IMO, not a good choice for a new device design, as there are a number of newer series that have subtle improvements.

For example, for most things f1 does, I would recommend g0 or similar for a new device. If you are supporting a legacy device, it's almost certainly not using this lib!

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