Hello everybody :)
I've just buyed an Ezdsp5515usbstk. I'm tryng to do a spectrum analyzer with the board, so I thougth that using dsp/bios is the correct way to do a "real time" object. But there is a problem, I've followed instructions in http://processors.wiki.ti.com/index.php/C5515_eZdsp_FAQ#How_to_create_a_DSP.2FBIOS_project_for_the_eZdsp5515_using_XDC_Tools_3.16.03.36.3F but when i click twice on the tcf file in the project tree a messagebox appear with this content:
js: "C:/Program Files (x86)/Texas Instruments/xdctools_3_20_08_88/include/utils.tci", line 962: Error: Can't load platform definition 'ti.platforms.ezdsp5515': Error: Can't load 'ti/bios/config/bios_5515.tci': Error: Can't find import file: 'ti/bios/config/bios_5515.tci' (not found along 'C:\Program Files (x86)\Texas Instruments\xdctools_3_20_08_88\packages\ti\platforms\ezdsp5515/;;C:/Users/francesco/Documents/workspace_ti4/provabios;C:/Program Files (x86)/Texas Instruments/bios_5_41_02_14/packages;C:/Program Files (x86)/Texas Instruments/xdctools_3_20_08_88/include;C:/Program Files (x86)/Texas Instruments/xdctools_3_20_08_88/packages')
Correct any script errors in C:/Users/francesco/Documents/workspace_ti4/provabios/.gconf/provabios/provabios.tcf
using the Configuration Tool or a text editor, if necessary.
TConf initialization arguments:
-e environment['config.importPath']='C:/Users/francesco/Documents/workspace_ti4/provabios;C:/Program Files (x86)/Texas Instruments/bios_5_41_02_14/packages' -e environment['config.scriptName']='provabios.tcf'
What I've to do?
Thanks in advance
ps: If you would give me some "tips and tricks" about spectrum analyzer made with dsp you are welcome :) I've found vc5505 fft demo but it's a very complicated project. My initial idea was to use aic3204 project as base to build up my own but maybe is not the right way because more serious is using bios?? Is possible to send via slave usb port data? Or Rtdx?