I know that the int size for CLA and C28X is different.
Can I use the IQmath in CLA task?
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.
I know that the int size for CLA and C28X is different.
Can I use the IQmath in CLA task?
Hi,
I have moved your thread to the C2000 forum as they will better be able to answer your question,
Hi,
Yes, you can. Please go through this document for detailed implementation:
http://www.ti.com/lit/sw/sprc993/sprc993.pdf
Regards,
Gautam
I have already checked it. but I can't sure that it is safe or not.
" IQmathLib.h" include things below.
I think that It need to be verified totally.
extern int _IQ1toa(char *A, const char *B, long C);
#define _IQtoQ1(A) (int) ((A) * 2.0)
I tested the IQmath in CLA Task, but it didn't works
Because CLA does not support calling functions with more than two arguments.
I think that it's very difficult to use IQmath in CLA Task.
Hi,
Check this out:
8306.hands on-How to use CLA %26amp%3b FPU %26amp%3b VCU on 2806x Lab Guide.pdf
Regards,
Gautam
thanks. Gautam
I read it but, I can't find out explanation about IQmath in CLA task function.
that is just the ways for using FIR filter, one is to use CLA floating FIR filter, another is to use IQmath and floating point FIR filter.
There is not any relation between CLA and IQmath.
Now, I'm trying to convert my program into floating point program.
I think that CLA function is not perfect yet.
Best Regards
- Cho -