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.
Hello,
I have implemented sensored FOC on my own custom hardware and motor using the tmdxiddk379d fast current loop example and am now working to implement field weakening control at high speeds using the library located at C2000Ware_MotorControl_SDK_4_00_00_00\libraries\control\fwc.
I've been looking at the boostxl_drv8320rs is13_fwc_mtpa_coff as an example and have begun to implement.
To include the files, I've added a path in the include options as highlighted in the photo below.
For some reason, when I build, the compiler doesn't seem to be able to see the fwc library, as shown in the error photo below:
The three little dots populated to the right of the path, so it looks like the compiler is looking into the correct folder for the fwc.h file.
Do I have to do anything to link the fwc.c file? What is the best way to do this?
Thanks.