SPI_HandleTypeDef structure extern?
Posted on June 05, 2015 at 00:09I've used CubeMX to init SPI. There is a struct called hspi3 created by the init code which holds settings for SPI. I would like to use SPI library in a C file I've written (DAC driver) but I can't because HAL_SPI_Tra...