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 asin table from flash (TMS320F28335)

Other Parts Discussed in Thread: TMS320F28335

Hi,
I have a problem with running asin table from flash memory.
My uC is TMS320F28335.

The SPRC990 says: 

If a table is not included in the boot ROM of the device, then it must be loaded into the
appropriate memory in the linker command file.

In RAM linker cmd I have section:
IQmathTablesRam  : > RAML4,     PAGE = 1
and _IQasin() works just fine.

But my application needs to work stand-alone.
I would be really grateful if someone could tell me how should FLASH linker cmd file look like, so I can use _IQasin().

Konrad.