__EXPORTvoidweak_functionstm32_spiinitialize(void){ stm32_configgpio(GPIO_SPI_CS_DATAFLASH); stm32_configgpio(GPIO_SPI_CS_BMP280); stm32_configgpio(GPIO_SPI_CS_MPU6000); stm32_configgpio(GPIO_SPI_CS_SDCARD); stm32_configgpio(GPIO_SPI_CS_EXP_MPU6000); stm32_configgpio(GPIO_SPI_CS_...
GPIO Bare metal drivers for stm32 f4 family of microcontrollers written in C from scratch .The driver allows user to configure the gpio pins of stm32 microcontroller in Input Mode , Output mode , Alternate function mode , interrupt mode and configure int