Other Parts Discussed in Thread: TMS570LC4357 Sirs,
I'd like to use FFT and FIR on TMS570LC4357. Then, does the part has a library?
I wonder "Hercules Safety MCU Cortex-R4 CMSIS DSP Library" (HERCULES-DSPLIB) would work on the part now or…
Part Number: TMS570LC4357 Hi all,
I want to use DSP functions from the CMSIS library. I was hoping to be able to use https://www.ti.com/tool/HERCULES-DSPLIB out of the box, but it’s not straight forward to use the lib in IAR. Has anyone used the libs…
Part Number: TMDSRM48HDK Hi team
I can not get IP address when connect TMDSRM48HDK to router ,but I can get my PC address which is also connected to router,please help to that how I can get TMDSRM48HDK IP address
I have downloaded the files below
SAFE…
Hello Petric,
Apologies for late response. I am not familiar to the PID loop. The example of our motorware supports PID loop control. The CMSIS also contains PID control function:
www.ti.com/.../HERCULES-DSPLIB
software-dl.ti.com/.../Examples.html
Hello Steve,
Please use arm_cos_f32() and arm_sin_f32() functions in ARM CMSIS-DSP library.
arm_cos_f32 (test_float32);
arm_sin_f32 (test_float32);
Here is the link for CMSIS:
https://www.ti.com/tool/HERCULES-DSPLIB
Part Number: RM48L952 Hi, how are you?
Silly question.
I see that is possible to use the CMSIS DSP library for the RM48L using CCS.
https://www.ti.com/tool/HERCULES-DSPLIB
My questions is, is the RM48L952 package include a Cortex R core PLUS a DSP core…
Hi Frank ,
That another thread is about compilation issues with exiting CCS/HERCULES-DSPLIB for A65x Architecture also I have mentioned there if we can use any open source tool by which can compile this library .
Regards ,
Manish
Hi, Ritchie,
I took a closer look, and though there isn't existing FPU example for FreeRTOS. You can try to set ulTaskHasFPUContext to 1, and set the top of the stack when using FPU to include FPU registers.
Or you can take a look at the TI example…
Hello Marcio,
Yes, you can use the SIMD instruction on RM57 device. The Cortex-R4 processor implementation uses the ARM DSP SIMD instruction set and floating-point hardware to enable fully the capabilities of the Cortex-R4 processor for signal processing…