Other Parts Discussed in Thread: CONTROLSUITE
Tool/software:
Greetings
I am an EE fresher and I am trying to work with this BLDC Motor Control Kit, that includes a TMS320F28069M control card, DRV8312EVM driver board and a 24V BLDC motor. Details about the kit can be found here, it's rather old.
I have downloaded controlSUITE, and I have also found the appropriate folder in the repository: home / ti / controlSUITE / development_kits / DRV8312-C2-KIT_v128. I was able to run the motor using the GUI, with the help of this tutorial - youtube_link.
We flash a .out executable to the control card, and I am interested in finding out how to generate this .out file. There's no explicit makefile, and I am assuming Code Compose Studio takes care of the build process, but even then I need to know the appropriate project folder. I am assuming either of the projects will be compatible with the gui.exe (I would appreciate it if you could point me to some resources that could explain this as well).
These are the folders in controlSUITE for the kit:
- BLDC_Sensored
- BLDC_Sensorless
- ~Docs
- ~DRV8312EVM-HWdevPkg
- ~GUI
- GUI_project
- GUI_project_InstaSPIN_BLDC
- InstaSPIN_BLDC
- PM_Sensorless
The .out file and the gui.exe are available in the ~GUI folder.
Q1: How has the .out file been generated? How do I generate a similar .out file?
Q2: I get folder 1. 2. and 9. could be used to create an executable that could run the motor. What about folder 4. 6. 7. and 8. ? What is their purpose?
Q3: I would also like some resources explaining how the GUI would be compatible with any other .out file that I am able to generate with your help.
Thank you
Best Regards