Hi,
I am building an ELF dll on the C67x+ and I am trying to implement a lookup table for a fast single precision (float) log10 implementation.
I cannot use the fastRTS libs due to environment set up upon which I don't have control.
I am using CCS v4.2.5 + CGT7.0.5 and I am not allowed to upgrade to any other version as it is not supported yet.
The problem I am seeing is that the values picked up from the global table in the DSP algorithm are rubbish.
Since it should be fairly straightforward to create a global table, I am not sure what is going wrong.
Could you please tell me the correct procedure to access a global table from the main DSP algorithm?
thanks