Hello,
I was wondering if the 280x devices could use the IQexp function in the IQmath library? Because this family has no look-up table for the IQexp function, but is it stil possible to use this function?
Kind regards.
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 was wondering if the 280x devices could use the IQexp function in the IQmath library? Because this family has no look-up table for the IQexp function, but is it stil possible to use this function?
Kind regards.
Erik Heuvelman said:Hello,
I was wondering if the 280x devices could use the IQexp function in the IQmath library? Because this family has no look-up table for the IQexp function, but is it stil possible to use this function?
Kind regards.
Yes it can, but you have to include the table in your application instead of using one in the ROM.
Cheers
Lori
Lori Heustess said:Hello,
I was wondering if the 280x devices could use the IQexp function in the IQmath library? Because this family has no look-up table for the IQexp function, but is it stil possible to use this function?
Kind regards.
Yes it can, but you have to include the table in your application instead of using one in the ROM.
Cheers
Lori
[/quote]
Could you tell me how to include this table? Or is there any documentation on this subject?
Are there any examples on how to do this?
Thanks in advance.
The example in controlSUITE (www.ti.com/controlSUITE) uses the exp function.
C:\ti\controlSUITE\libs\math\IQmath\v160\examples_ccsv4\C\280x
The table will get pulled in automatically when you call IQexp. You can then place it where you like in the linker command file.
Regards
Lori