How many clock cycles take GPIO operations: OUT and IN?
For example what maximal frequency I can have on the pin just toggling it 1 and 0? Comparing the Phlips ARM7, running at 60MHz gives something about 3.5MHz maximum.
I have tested the GPIO toggling frequency under a 25MHZ CPU frequency and I have seen that I can increase the frequency, when I optimize well the code and use the buffering Access. In my case of trial I have reached 2.1MHZ. Regards .