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.

The maxfrequency of gpio of AM3354

Other Parts Discussed in Thread: AM3354

Hi everyone,

    I tested the frequency of gpio of am3354, and the mpu clock is set to 720MHz, and CORE_CLKOUTM4 is set to 200MHz. I output 1 and 0 from GP1_16 like below:

    *pSOC_GPIO_1_REGS_SET = 0x10000;

    *pSOC_GPIO_1_REGS_CLR = 0x10000;

 However, the frequency of the signal present at gpio pin can only achive almost 3MHz, i don't know why? Is the gpio have the ability to achive a frequency as higher as 20MHz?

Regards,

Huang.