Hi All
Can Someone explain to me why:
In debug Configuration, using c674xfastMath.lib
Compiler command Line :
-mv6740 -g --gcc --define=AUDIOEXPANSION --define=HAVE_CONFIG_H --include_path="C:/Program Files/Texas Instruments/C6000 Code Generation Tools 7.2.4/include" --include_path="D:\PRODUITS_SOFT\C67\ING2/include/" --include_path="C:\Program Files\Texas Instruments\dsplib/include/" --include_path="C:\Program Files\Texas Instruments\psp/packages/" --diag_warning=225 --abi=coffabi
Linker Command Line :
-mv6740 -g --gcc --define=AUDIOEXPANSION --define=HAVE_CONFIG_H --diag_warning=225 --abi=coffabi -z -m"ING2.map" --warn_sections -i"C:/Program Files/Texas Instruments/C6000 Code Generation Tools 7.2.4/lib" -i"C:/Program Files/Texas Instruments/C6000 Code Generation Tools 7.2.4/include" --reread_libs --rom_model
The following part of code
short mysine;
	mysine = 0x4000 * sin(0);
leads to an error :
Exception at 0xc00712d4
EFR=0x2 NRP=0xc00712d4
Internal exception: IERR=0x10
Resource conflict exception
ti.sysbios.family.c64p.Exception: line 248: E_exceptionMin: pc = 0xc007f314, sp = 0xc0000fe8.
xdc.runtime.Err[C674X_0] or.raise: terminating execution
**adress does not match with the inserted screenshot ***
But the following part of code works.
short mysine;
mysine = sin(0);
mysine *=0x4000;

Exception at Instruction MPYDP.M1 A5:A4,A7:A6,A5:A4.
 
				 
		 
					 
                           
				 
				