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.

Switching_frequency

What is the specific Switching_frequency  value of the UCD3138-026 EVM?

i just know as follows:

     iv.switching_period = (SWITCH_FREQ_NUMERATOR/switching_frequency) << 4;       SWITCH_FREQ_NUMERATOR=250000

    switching_frequency=temp;

temp = FaultMuxRegs.FAULTMUXINTSTAT.all;  

------

what's the meaning of the "FaultMuxRegs.FAULTMUXINTSTAT.all"  and  i don't know  the value?