Thread 中讨论的其他器件:controlSUITE、 powerSUITE、 SFRA
我有这个 EVM, 它在无负载(输出连接开路且无负载)的电压源模式下没有输出电压,对吗?
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.
我有这个 EVM, 它在无负载(输出连接开路且无负载)的电压源模式下没有输出电压,对吗?
主席先生,
输出不稳定是因为滤波电感器焊接 不好并且损坏。
现在 、我尝试在 F280049 ADC 模式下将 Fsw 增加到25kHz、但没有脉冲和输出、 下面是我 的更改、PLS 为您提供专家建议。 谢谢。
#define INCR_BUILD 3.
//检查直流条件下的系统(最干净的 SFRA 曲线) 0为 false,1为 true
#define DC_CHECK 0
//选择感应选项,1表示 ADC,2表示 SDFM
#define ADC_based_sensing 1.
#define SDFM_based_sensing 2.
#define sensing_option 1.
#define AC_FREQ 60
/*功率级相关值*/
#define INV_PWM_switching_frequency ((float) 25*1000)
#define INV_Deadband _US 0.2
#define INV_PWM_PERIOD (PWMSYSCLOCK_FREQ)/(INV_PWM_SWITING_FREQUENCY)
#define INV_Deadband _pwm_count (int)((float) INV_Deadband _US*(float) PWMSYSCLOCK_FREQ*(float) 0.000001)
#define VAC_MAX_SENSE 450.0 // 620.152
#define VDCBUS_MAX_SENSE 450.0 // 620.152
#define I_MAX_SENSE 16.9//15.6
#define I_TRIP_LIMIT 10.
#define VAC_Typical 110