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?