lancaster-university / codal-stm32

MIT License
1 stars 3 forks source link

Support for STM32F103 #2

Closed mmoskal closed 5 years ago

mmoskal commented 5 years ago

It seems to actually work. Or more precisely, the screen (SPI DMA) works, along with the timer.

jamesadevine commented 5 years ago

Awesome! Looks like quite a lot of fiddling with the hal though... :smile: good job

mmoskal commented 5 years ago

The main differences are the GPIO and DMA. If we support more stuff in future, I think F7 and L4 are like F4, it's only F1 that's different. At least the SPI/I2C/UART seems to look the same from the POV of HAL. The F1 has a DAC, will need to add that.