Other Parts Discussed in Thread: , EVM430-I2040S
Dears
Customer is evaluating TIDM-MSP430AFE253SUBMETEREVM solution and has some unclear question for the example firmware. Appreciate get help for the answer.
1. In the metrology-background.c, there is flag "PHASE_STATUS_DC_MODE" to indicate the Input Power AC or DC. However we cannot search where to set such flag in the firmware?
2. In the metrology-foreground.c,calculate_phase_readings(int ph) use the formula as "phase->readings.active_power = phase->readings.active_power + ((evaluate_active_power() - phase->readings.active_power) >> AVERAGE)", why the AVERAGE set to 3?
3. What is the meaning for variable "TRNG_SUPPORT"?