[quote user="Nathanael Marrone"]I was following the instructions in the second half of the attached pdf document (starting on page 10). I could import the project no problem but I need that ".out" file for the rest.[/quote]
Here are the key steps (from page 11):
Right click on the project name and select “Clean Project” then “Build Project”. Once the build completes, launch a debug session to load the code into the controller. Make sure you are connected to the TMS570LS31x CortexR4 device (Run->Connect Target) and load the program (Run->Load->Load Program). Press the Run button.
When you selected "Build project", did it build successfully? If so, then the executable out file TMS570_instaspin_bldc.out should be generated. If there were any build errors, this file would not get generated. When you check the build output console, does it say the build was successful?
Thanks
ki