Part Number: TMDS64EVM Other Parts Discussed in Thread: MATHLIB
Tool/software:
Hi everyone,
I'm using AM64 EVM (TMDS64EVM) . I work the AM64x MCU+ SDK 09.02.01. .
I am running the Mathlib benchmark example but the output I get is not the same as…
Part Number: MATHLIB Other Parts Discussed in Thread: TDA4VM My test code:
double a = 142.224389823827;
double b = 0;
for (long i = 0; i < 100000000; i++)
{
b = powdp(a,2); // a^2
}
This code takes 20 seconds to run on the TDA4VM C66 and 4…
Part Number: PROCESSOR-SDK-J722S Other Parts Discussed in Thread: J722SXH01EVM , MATHLIB , FFTLIB Hello,
I've downloaded the RTOS SDK for the J722SXH01EVM I am using , found here: https://www.ti.com/tool/PROCESSOR-SDK-J722S
Based on the documentation I…
Hi,
I apologize for the delay in concluding the conversation on this issue.
I was able to run the same test code you have provided on C66x and for 100000000 iterations, I am seeing it takes a while for the C66 to complete execution as you have noted. We…
Part Number: AWR1843BOOST Other Parts Discussed in Thread: AWR1843 , IWR6843AOPEVM Hi:
I want to implement the Vital Signs Detect on the AWR1843BOOST EVM so I refer to the '68xx Vital Signs' project of TI industrial Toolbox.
When I run the code…
Part Number: TMS320C6748 Other Parts Discussed in Thread: MATHLIB I am using code composer studio 5.3 for my device with simulation I have installed mathlib and linked evryfile but when i am using sin and cos functions it showing eroor like doesn't match…
Part Number: MSP430F5438A Other Parts Discussed in Thread: MSP430WARE , MATHLIB , MSPMATHLIB Hi team,
Here's an issue from the customer may need your help:
Customer's project build advice has a following handling suggestion:
The keyword “math” is…
Silacko,
I received a notification that this answer has been rejected by you.
Please let us know, if any of your questions are unattended. Otherwise, shall we close this thread?, with your permission.
Regards
Shankari G
Part Number: TMS320C6748 Other Parts Discussed in Thread: MATHLIB , I am new to Code Composer Studio. I am working on one project with TMS320C6748 and would need to use MATHLIB functions. Few questions.
1. Where could I find the user example mentioned in…
Hi gregg,
Sorry for late response. Please try to include "include <ti\mathlib\src\cossp.h>" and it may solve the "undefined" issue.
Thanks & regards,
Rajarajan U