Hi
I am working on a digital power supply, using a STM32 microcontroller
I have standard digital control working, but was thinking about boosting performance
Thinking about feed forward path
So for a buck, I could add knowledge of the input voltage to reduce the duty cycle directly from that (problem is then I may need to flush the loop control variables)
Also I could measure the output current, so if that changes I can calculate a specific pulse applied to the output stage to boost the current in the output inductor to ramp up to the output current
Again that would need some trimming in the loop
Anyone done this sort of thing before?
Regards
Klaus