2022-08-26 03:03 AM
2022-08-26 10:53 AM
If driven by hardware peripheral, e.g. a timer, the pin may toggle at maximum possible speed, i.e. being set as 1 during 1/72MHz and as 0 during 1/72MHz, resulting in output frequency of 36MHz.
However, if you toggle the pin as a GPIO Output by sofware, the resulting frequency will probably be significantly lower.
JW