Hallo to everyone,
I am using the sine table from the iqmathtables all the time without problem, but I have some questions:
1. When I use the following code what exactly I am telling to the compiler?
#pragma DATA_SECTION(sine_table,"IQmathTABLES"); _iq30 sine_table[512];
2. How does the compiler know that I am only using the sine table from the IQmathTables? If for example, I would like to use the tan table what should I write?
Thank you very much.