Tool/software: Code Composer Studio
Hello! I am trying to implement SFRA in my design.
1. Unfortunately the design does not allow using so fast frequency of PWM. I only can use 100 KHz , and another part work on 50 KHz. . How should I change coefficients like:
#define SFRA_FREQ_START 100
#define SFRA_FREQ_LENGTH 100
//SFRA step Multiply = 10^(1/No of steps per decade(40))
#define FREQ_STEP_MULTIPLY (float)1.059253
may be others .....
2. What for "Inductor current feedback for buck stage" ILFB-1 is using?
Only for visualisation? It seems it does not take part in calculations.
Thanks.