Skip to content

Add basic SPI support

Johannes Sjölund requested to merge jsjolund/stm32f4-hal:master into master

SPI1-SPI3 support, with pins implemented for Port A, B, C.

Example using SPI3 to talk to LSM9DS1 IMU.

Todo: Support Slave Mode and maybe hardware NSS.

Merge request reports