2018-07-02 03:09 PM
I want to know how can I aware about some gpio speed parmeters in Cube (low - medium -fast -high speed).
For example I set cpu on 20Mhz and PinC.1 set as output push pull medium speed. In this state , what's the pin speed??
According what formula the frequency will divided?
2018-07-02 10:36 PM
As I remember, this GPIO 'speed settings' are actually settings for glitch filters implemented in hardware, and not at all related to the clock tree.
2018-07-02 10:42 PM
Setting GPIO speed does not directly mean that your pin will toggle with 'low', 'fast' or 'high' frequency. It effectively sets maximal rise time on GPIO. It allows you to fine tune you GPIO for EMC/EMI.