Hi, i'm using ezsdk omx to develop on dm8168.
I change the component VLPB to add my algorithms, now the algorithm execution time is very long (about 1s), so i want to put my algorithms into the L2 of C674x, can anybody tell me how to do it?
thanks.
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.
Hi, i'm using ezsdk omx to develop on dm8168.
I change the component VLPB to add my algorithms, now the algorithm execution time is very long (about 1s), so i want to put my algorithms into the L2 of C674x, can anybody tell me how to do it?
thanks.
Hello,
I am sorry my misunderstanding. Let me check .
The DSP subsystem on DM8168 includes TI’s standard TMS320C674x megamodule.
Best Regards,
Margarita
Hi, Margarita
Now i put part of code into the L2 SRAM, the code can be seen in the L2 SRAM through .map.
but the programe is run away when call these function in L2 SRAM.
Can you tell how to call the function in L2 SRAM.
Thanks!