Hi,
I am working on Code Composer Studio Version: 5.3.0.00090 .
Compiler version TI v6.1.1
DSP/BIOS version 5.42.0.07
I am able to build code with below warnings.
This project was created using a version of DSP/BIOS tools that is not currently installed: 5.42.0.07. Please install the DSP/BIOS tools of this version, or migrate the project to one of the supported versions.
This project was created using a version of compiler that is not currently installed: 6.1.1 [C2000]. Another version of the compiler will be used during build: 6.1.0. Please install the compiler of the required version, or migrate the project to one of the available compiler versions by adjusting project properties.
And I can flashed .OUT file it to DSP 28335 using Spectrum Digital JTAG emulator.
But when I Run and Suspend project CCS it gives be below warning
Can't find a source file at "src/fxn/fxn.s28"
Locate the file or edit the source lookup path to include its location.
Sometimes for "src/rta/rta.s28"
each time I Run and Suspend CCS it give me same warning for different files.
There are 2 option below these warning "View Disassembly" and "Locate File".
Problem: I am facing is mailbox_pend is not timing out after specified time provided at function argument. I am not getting interrupts also,
Questions:
1. How to overcome these warning run-time and compile time mention above?
2. Does this related to the problem I am facing?
3. Where can I locate file using "Locate File" option below warning message?
4. Are all above warning harmful?
Thanks in advance,
Sarang