Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob

Outputting IFCLK in FX1/ FX2 / FX2LP

Outputting IFCLK in FX1/ FX2 / FX2LP

Anonymous
Not applicable
Question: I just want to output IFCLK signal. How can I achieve that?

 

Answer:

The below code snippet will output the IFCLK on pin,

    CPUCS = 0X08;
    IFCONFIG = 0XA2;
    SYNCDELAY;

For more information on the register settings, refer the technical reference manual in the link here

0 Likes
194 Views
Contributors