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.
volatile long Vfb_slew_temp = 0; // Temp variable: used only if implementing
// slew rate control in the slower state machine
volatile long VfbSetSlewed = 2093568; // Slewed set point for the FB voltage loop - start from 4V
volatile long VfbSlewRate = 25600; // FB Slew rate adjustment
用的芯片是28035.例程HVPSFB-main.c 中,VfbSetSlewed是电压给定参考值,其中VfbSetSlewed = 2093568中的数值是怎么换算的 ,作为初学者 谢谢哈