project busted because of a short sighted engineer. no stm32f1xx_hal_conf.h ?
I have a project I'm taking over where it appears the last developer ignored the fact there was an IOC File. So when I added spi, the code generation had many conflicts. I have no choice now to do this all manually. When I add all the SPI init code it complains about
error: unknown type name 'SPI_HandleTypeDef'; did you mean 'TIM_HandleTypeDef'?
Guessing because there is no header included. I also have no stm32f1xx_hal_conf.h file, is this a cube thing? Should I not have that?
So what do I need to include to use SPI_HandleTypeDef'
