Hello,
I have started working with Starterware on BeagleBoard, and modified gpioLED.c example, which generates 250ms '1' ... 250ms '0' sequence, by changing number in Delay function issued between PIN manipulations.
Consequently, I came to the conclusion that I cannot toggle pin faster then 0.5 MHz, even less. What may be the problem, or what do I need to change the CPU speed, since the processor used operates at multiple hundreds of MHz.
I think that it is not solely the GPIO clock issuse, since when I inserted one floating point multiplication between the pin toggles, the pulse duration increased by tenths of microcesonds.
Regards