STM32F4xx Standard Perhipheral Library's FMPI2C implementation not functional
I'm trying to implement I2C on pins PC6/7of the STM32F446RET, which as I understand can only be used in FMPI2C mode.As such, I'm trying to use the Standard Peripheral Library since the rest of our codebase utilizes it and we do not currently include ...