This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TMS320F28335 XINTF maximum frequency

Other Parts Discussed in Thread: TMS320F28335

Hi

In the Tms320F28335 the maximum toggle frequency  of GPIO is 25MHz .

The XINTF signals are multiplexed with GPIOs.So we can't use XINTF higher than 25MHz.

Is it correct? or XINTF can be upper than 25MHz.

I read XINTF datasheet for 28335 and didn't find any thing about maximum frequency on it?

Can you help me?

What is maximum frequency for XINTF in 28335?

Thanks,

Ali karbasi

 

  • Hi Ali,

    The highest the frequency that XCLKOUT can be is SYSCLKOUT (which can be higher than 25MHz) - XCLKOUT is brought out on a dedicated pin. See table 6-37 in the 28335 datasheet to see some examples of possible XCLKOUT timing configurations. XCLKOUT isn't all there is to XINTF access timing though if that is more what you are looking for. For more timing information you should see section 6.14 of the datasheet, because other factors than XCLKOUT come into play - you need to make sure you have the correct lead, active, and trail wait-states set according to whatever device you are accessing over your XINTF and according to the minimum settings specified in the datasheet. Note: there is no internal hardware to detect invalid lead/active/trail settings.

    I hope this helps clarify things.

    Regards,

    Katie

  • Ali,

    To add to Katie's comment, the buffer limitation does exists for XINTF usage as well. It is not that the pin will fail to toggle above 25MHz, it is just that there is a spec of 8ns rise time and an 8ns fall time which doesn't change with frequency. This means that at 25MHz, 40% of the signal period is switching time. The signal will only be high or low for 30% of the time. This will get worse as you move above 25MHz. If the application can handle it then it will work.

    Regards,
    Dave Foley

  • Hi Katie and Dave

    Thanks for your help.

    with best regards,

    Ali Karbasi