Resolved! [SOLVED FOR NOW] HAL I2C and HAL SPI not initialising correctly when using a custom static library that houses HAL Library
Hi,I have multiple projects that use the same code but use different processors (STM32F4xx). To try and solve the common code problem I have created a static library, this has the HAL driver code inside and the main applications for each processor li...