2015-03-14 02:11 AM
Yesterday, I saw that new STD library is available.
I realize, that F446 devices have 4 I2C peripherals.This is said in datasheet and on website on ''Features'' section.I tried to update my I2C library to support 4 I2C channels, but I realize, that I2C4 peripheral is not included inside stm32f4xx.h file for 1.5 version of STD drivers.Is this correct or is this a bug?2015-03-18 02:29 AM
The 4th I2C available in STM32F446 is called ''FMPI2C1'' (Not I2C4). It is the one that may be configured in fast mode plus.
-Mayla-To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.