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.

TMS320F28379D: Where are IQ and FPU math tables in F28379d?

Part Number: TMS320F28379D

Hello,

In F28335 flash memory, math tables are stored in the following addresses.

IQTABLES 0x3FE000

IQTABLES2 0x3FEB50

FPUTABLES 0x3FEDC

What are these addreses for F28379D?

Thanks,

Hakan

  • They are not in ROM any more , because we have TMU and instructions like sin and cos etc have CPU instructions that perform this.

    If you need to use these for some reason you will have to use some RAM space to copy these..

    FPUmathTables : > RAMGS3, PAGE =1

    Note, if you run from flash, make sure you assign the abve to flash and then copy from flash to RAM during init function.