Part Number: AM68A Other Parts Discussed in Thread: MATHLIB Tool/software: Hi,
I'm creating new projects for C7x cores and I want to use SDK components MATHLIB(C7x DSP), DSPLIB(C7x DSP), and MMALIB(C7x DSP). I have found these in the Processor SDK RTOS…
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 seconds…
Part Number: PROCESSOR-SDK-J721E Other Parts Discussed in Thread: MATHLIB Tool/software: SDK Version:
ti-processor-sdk-rtos-j721e-evm-09_00_01_01
I am trying to run host emulation for the J721E using the PSDK RTOS but facing issues with the setup…
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…
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…
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, it…
Part Number: TDA4VM Other Parts Discussed in Thread: MATHLIB 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 seconds…
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…
Part Number: TMS320C6672 Other Parts Discussed in Thread: MATHLIB Hi,
Could you explain the difference between the Run-Time-Support (RTS) library and MATHLIB? I know MATHLIB contains routines optimized by hand to run faster on C667x (such as "divsp…