micropython / stm32lib

STM32 Cube library - CMSIS and HAL for F4, F7 and L4 microcontrollers
63 stars 72 forks source link

Is it possibile to support also strm32F1xx ? #24

Open massimosala opened 1 year ago

massimosala commented 1 year ago

Hi

I am a C programmer but not expert on porting micropython to new micros.

I read the instructions and extract the library files from the last version at ST github. Please see the attached ZIP archive.

I have a STM32-VL-Discovery development board, with a STM32F100RBT6B.

I offer myself as beta-tester.

Thanks, Massimo STM32F1xx.zip stm32vldiscovery-stm32-value-line-discovery-stmicroelectronics.pdf

dpgeorge commented 1 year ago

Yes it's possible to support the STM32F1xx series, but I don't think it's worth doing, because they are old MCUs.

See this comment here, which discusses STM32F3xx: https://github.com/micropython/micropython/pull/6955#issuecomment-1326938967