Other Parts Discussed in Thread: C2000WARE
Hello,
Is there a way to implement look-up tables in delfino?
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,
Is there a way to implement look-up tables in delfino?
Here is an app note below (section 4.3) that discusses and uses a sine look-up table (stored in flash, but copied to RAM).
https://www.ti.com/lit/sprac94
This is applicable to any C2000 MCU.
Shamim
Hello Shamim,
Thank for your reply. This document seems to be only discussing about how to use the sine table. I am interested in learning how to implement this table. The code snippet needed to implement these kind of tables would be helpful.
Download C2000Ware and then use the doc and the corresponding code for Sine look up table example.
C:\TI\c2000\C2000Ware_3_01_00_00\libraries\dsp\SGEN\c28\docs
Shamim