Hi,
I am using my LPC2364 at 75Mhz and i am getting maximum i|O frequency upto 13MHz only. Even if i toggle just one bit.
I want upto 16MHz minimum frequency of I\O. Can i do it with Thumb instructions or 13Mhz is the max??
Hi Suvidh,
Thank you for the explanation. I have to increment the same from 0 to 1024(decimal). and i can not have that many registers. Even if i use the increment then it will waste one cyle.
I have got a way for it. i am using counters for the same. i am using commands
FIOPINSET=0x01; FIOPINCLR=0x01;
this usis the same method that u have written. 0x01 is stored in a register and it gives me 18MHz pulses. I am generating the rest from giving this signal to a counter.
Thank you for the replies.