2006-07-20 03:49 AM
2011-05-17 12:30 AM
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.2011-05-17 12:30 AM
Hi vdaniel,
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 .