This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

I\O Speed Problem

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??

Parents
  • 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.

Reply
  • 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.

Children
No data