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.
Hello,I want to know whether the F280039C has the lookup tables for the CLA Math library in ROM?If there are no the tables,how can I use the CLA math library on the F280039C?
Hello, I checked the ROM memory map and see the CLA math tables but this information, along with the CLA address, is missing from the documentation. I will ask a ROM expert to comment.
TRM has the base address of tables at 4.8.7.2 CLA Data ROM Memory Maps.
For individual tables you can use the symbol library which is present in C2000ware - \C2000Ware_4_03_00_00\libraries\boot_rom\f28003x\rev0\rom_symbol_libs\CLADATAROMSymbols
I have noted that there are CLA Data ROM Memory Maps information in the 4.8.7.2,but as Lori Heustess has mentioned,there is not any information about CLA math tables except for FFT Tables,so I'm not sure whether the F280039C has the CLA math lookup tables in the ROM.
The CLA math tables are present in ROM. You can use the addresses given by Lori.
Hello,Lori.I have checked the TRM,the address of the CLA math tables you gived in the picture is matched with the address of "data"in the Table 4-30 in the TRM.And what I want to know now is how can I check the ROM memory like you did.I have checked the Example project cla_acos in the C2000Ware_4_03_00_00\libraries\math\CLAMath\Examples,but I couldn't find the table in the .map file.