Part Number: TMS320F2800156-Q1
Tool/software:
Hi
There is a question about the angle compensation for F2800156-Q project with FAST estimator.
In the following picture,
estOutputData.fm_lp_rps is the frequency ,not the the low pass filtered electric frequency whose unit is Hz,not rad/sec.
angleDelayed_sf_sec is (float32_t)0.5f * USER_M1_CTRL_PERIOD_sec.



Pls check if there is something wrong with the setting. I think the following should be the correct fomula.
obj->angleDelta_rad =
objUser->angleDelayed_sf_sec * obj->estOutputData.fm_lp_rps * 6.28f;
Regards
Arrow

