This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

IQMath allocation in FLASH

Other Parts Discussed in Thread: TMS320F2812

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