Hello,
I'm trying to make HWI for real-time speech processing. I want to make a hardware interrupt every 1/16000 s to take a sound sample. Since I'm having some difficulties with CSL library, I wanted to try it with ROV, like in this examle: http://processors.wiki.ti.com/index.php/SYSBIOS_HWI_example_for_C2000
The problem is, I can't get ROV started. I configured Tools->RTSC Tools->Platform->New, checked all the packages in Window->Preferences->CCS-> RTSC (except Target, in Platform i entered myBoard), and when I start ROV in Debug mode, I get this answer:
ROV failed to start.
Can't extract RTSC configuration package path from 'C:/Program Files/Texas Instuments/ccsv4/emulatino/boards/MFCC_FIXED16/Debug/MFCC.out'
To correct path issues:
For CCS projects, go to the project properties, look under CCS Build->RTSC->Products and Repositories, and ensure that all required products and repositories are checked. Or to set the default path settings for all applications built outside of CCS, go to Window->Preferences...->CCS->RTSC->Products and Repositories. Finally close and re-open ROV (make sure ROV is closed in all perspectives). In older versions of CCS, you will have to terminate and relaunch the debug session for the changes to take effect.
I tried everything above, and ROV still won't start. In RTSC Tools->Platform->New I even checked Add Repository to Project Package path.
I'm usingTMS320VC5505 eZdsp USB Stick
CCS Version: 4.2.3.00004
DSP/BIOS 5.41.10.36
Inter-processor Communication 1.22.3.23
SYS/BIOS 6.31.4.27
XDAIS 7.10.0.06
Thank you in advance.