Part Number: TMS320F28069M
Other Parts Discussed in Thread: MOTORWARE
Tool/software: Code Composer Studio
I want to use Hall sensor to find motor rotor angle. so I've seen proj_lab11e in motorware.
I have some questions.
1) After gMotorVars.Flag_Run_Identify is TRUE, motor is rotating. In proj_lab11e, what's code to find motor rotor angle?
2) I've known that Hall sensor makes possible to find motor rotor angle in proj_lab11e. But i think that FAST makes possible to find motor rotor angle in proj_lab11e.
Which one is correct?
3) I've added the following code in my_main.c (my-main.c is the thing which our team make[based on proj_lab12a])
HALLBLDC_Handle hallBldcHandle;
HALLBLDC_Obj hall;
since then, there is the following problems
erorr1
Description Resource Path Location Type
#10010 null: errors encountered during linking; "my-main.out" not built my-main C/C++ Problem
error2
#10099