-
Notifications
You must be signed in to change notification settings - Fork 128
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
STM32C0xx family missing ADC module. #568
Comments
Looking at https://github.com/STMicroelectronics/stm32c0xx-hal-driver/blob/main/Src/stm32c0xx_hal_adc.c and comparing it to https://github.com/STMicroelectronics/stm32g0xx-hal-driver/blob/master/Src/stm32g0xx_hal_adc.c I see almost no differences, so I think it would be V5, but thats just a guess. I haven't started following the "how to add peripheral" steps from the read me yet. I'm still at the point where I want to see how much work it would be to add it stage before I dig in deeper. Looking at the excel tracker it looks like the c0xx is pretty new and hasnt had much work done on adding it yet. https://docs.google.com/spreadsheets/d/1-R-AjYrMLL2_623G-AFN2A9THMf8FFMpFD4Kq-owPmI/edit?gid=1972450814#gid=1972450814 |
I'm not sure if this is a simple change and overlooked, or if it is significantly different from all other ADC modules and thus needs its own chip specific driver. I don't believe I have the technical know how on how to add support myself, but I'm willing to learn if anyone is willing to help offer guidance.
The text was updated successfully, but these errors were encountered: