Question
I2C config on STM32F446xx
Posted on April 12, 2018 at 09:36
I use Nucleo64 STM32F446RE
I want to configure I2C peripheral
In Reference Manuel RM0390 , �24.6.2 I2C Control register 2 (I2C_CR2), it's specified for Bits 5:0 FREQ[5:0]: Peripheral clock frequency :
'the maximum frequency is limited by the maximum APB frequency (42 MHz) and cannot exceed 50 MHz (peripheral intrinsic maximum limit).'
APB peripheral clock can be set up to 45Mhz for STM32F446xx, why is it specified 42Mhz max in I2C chapter ?
May be a mistake ?
Laurent
#i2c-datasheet