Starting a project in VisualDSP++
Select Project -> New...
Type in a filename, then press Save
Check options for processor (ADSP-BF533), type (DSP exectuable file), and name
Click on the Compile tab, and check Generate debug information
Click on the Category drop down menu, then select Warning Click on the Category drop down menu, then select Warning. Check Implicit functions declarations
Click on the Assemble tab, then check Generate debug information, and Output listing file. Then press OK
If asked for support for the VisualDSP++ kernel, select No
Adding Files and Running the Project
To add files, right click the project name in the left hand pane, then click Add file(s) to Project
Once all the files are added, build the project by going to Project -> Build Project
If there are no errors in the Output Window, run the program by going to Debug -> Run
Halted indicates program has finished running