Tool/software:
Hello, Dear TI Technical Engineer
I need to use F28034 for log10 operations now, but it seems that F28034 does not support this operation, do I have any other way to implement log10 operations?
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.
Tool/software:
Hello, Dear TI Technical Engineer
I need to use F28034 for log10 operations now, but it seems that F28034 does not support this operation, do I have any other way to implement log10 operations?
Are you looking to perform log10 on a 16-bit integer? 32-bit integer?
This device doesn't have TMU or FPU.
You could find some alternatives if you look up online, such as look up table based approaches, but I don't have expertise in them.
Can I use #include <math.h> log10 in the library in C, and is there any risk associated with this?
Of course you can, it will just be inefficient (compared to hardware) in terms of cycles.