2022-06-05 11:09 AM
Hello everyone,
Is there a setting/command to limit the slew rate of I2C signals of a STM32F429ZI-Disco board? I know this feature is available on some Microchip micro-controllers.
Thank you.
Solved! Go to Solution.
2022-06-07 01:34 AM
Essentially, for each GPIO and thus also for the I2C pins, you can set the maximum output speed between Low/Medium/High/Very High, which has a direct influence on the slew rate.
Does it answer your question?
Regards
/Peter
2022-06-07 01:34 AM
Essentially, for each GPIO and thus also for the I2C pins, you can set the maximum output speed between Low/Medium/High/Very High, which has a direct influence on the slew rate.
Does it answer your question?
Regards
/Peter
2022-06-07 01:45 AM
Yes it does! Thank you Peter.
2022-06-07 07:41 AM
Presumably, this affects only the fall time - the rise time would be set by the pullup?
2022-06-07 07:42 AM
Correct.