Part Number: TMS320C5517
Tool/software: Code Composer Studio
Hi,
I simulate the VoLIB tdu test project "test_rel_C5510_C55L_COFF" following the "TDU_Test.chm" the Unit Test Procedures:
1 Open CCS( version 5.5.0.00077),
2 Import Existing CCS/CCE Eclipse Project test_rel_C5510_C55L_COFF in packages\ti\mas\tdu\test
3 Bulid All the project to target: test_rel_C5510_C55L_COFF.out
4 Open C55xx Rev3.0 CPU Functional Simulator to debug and load the test_rel_C5510_C55L_COFF.out
5 In the tdusim.c, I step run to the " do_while" loop ( line 1795 to 1801):
do {
generate_tone_frame (&tduSim.txSGN, tduSim.frame_size, tx_in_frame);
if (tduSim.options.overwrite_scr) {
overwriteScratchBuffers ();
}
tduSendIn (tduInst, tx_in_frame, tdu_TX_ONLY);
} while (!tduSim.txSGN.fileCLOSE);
when looping 26 times, A message " Can't find a source file at "M:\TI_MAS_VOLIB_2_1_0_1_bldforge\dsps_gtmas\ti\mas\tdu/src\c55\rfft64.s" " will appear in tduSendIn and simulating halt.
I don't know what is wrong,
The VoLIB package is "ti_mas_volib_2_1_0_1_C55_cpu3_Win32.exe". With the same package the ecu simulating is ok.
Best Regard,
Dudechao