Other Parts Discussed in Thread: CONTROLSUITE, C2000WARE
Dear team,
Im running a Psim simulation of a voltage Source invertger with underlying original C-code developed in Code Composer studio. My target is the TMS320F2810. As it is a fixed point dsp I would like to convert my code with IQmath. Unfortunatly Psim cannot read the IQmath.lib with the definitions of the functions. I talked to one of my colleagues and he recommended me to request for a C language file of the lib.
When rewriting the code in IQ math syntax and binding in library and header file I get the following error message
These extern functions are declared in IQmathLib.h
and defined (I guess) in IQmath.lib, the libary file. When i open the *lib file I get this
My question is how I can bind in the *.lib file properly that the definitions can be read from Psim. The IQ math header filer seems to binded in properly.
Is there a IQmath.lib file in C-language available to bind this in as a header?
Best Regards


