Question
Is it possible to work I2C fast mode(400KHz) and USB FS together in STM32F103VCT6
Posted on May 31, 2018 at 15:05
I want to use I2C fast mode(400KHz) and USB full speed mode in parallel. My controller is STM32F103VCT6. In reference manual I had read that for USB we must use 48MHz clock and also for I2C fast mode communication i2c clock frequency must be a multiple of 10MHz . I'm not able to set a sysclk compactable for these two peripherals. Is there any solution for this? Please help...