I'm using a TMS320F2812 in my project and I am using F2812.cmd to define my code and data allocation. I'm using IQMath. My code compiles and links with no errors or warnings.
I take a look to the F2812.cmd file and it specifies:
.text : > FLASHA PAGE = 0
IQmath : > FLASHC PAGE = 0
When I open Memory allocation window, FLASHA contains my code but FLASHC is empty. Where is the code require to perform the IQMath. I'm using only 2 functions of the library: _IQmpy () and the macro _IQdiv64 ()
Regards