Hi JMMN,
Thanks for the support! The reference schematic I mentioned is showed in below link:
http://www.ti.com/tool/TIDEP0046
As you can open it see the schematic in it. The pull down resistor on USB_VBUS pin is 16kohm here but not 10kohm showed in datasheet…
The user can use any of the many DSP optimized library routines as well
You can see teh OpenCL example in TI design http://www.ti.com/tool/TIDEP0046
Ran
Joe
openMP is used when you have C66 multicore project. This project can be called from OpenCL or from any other way the system starts.
I suggest you do two things -
First look at TI Design www.ti.com/.../TIDEP0046 It may be on AM572X that has…
Hi Weston
My understanding is that you try to benchmark DSP execution from OpenCL environment. OpenCL has a good tool to do this.
Look at TI Design www.ti.com/.../TIDEP0046 and see how the design measures time of execution using the Event object (I called…
Tony
DSP execution is very efficient in complex code. You are right that in AM57X because the DSP runs slower than the ARM, it is better sometimes to implement applications on the ARM and not the DSP.
For example, in TI's implementation of OpenCV, that…
Hi Ari, I apologize but I did not tell you an important fact (you may already know it)
If the same logical address is covered by two MPAX registers, the translation to physical is done using the higher number register
So for example, if MPAX 0 maps logical…