DSPRelated.com

Speed and the need for

Started by Adam W in TMS320c6x23 years ago 2 replies

Hi, we're considering a C6711 DSK. The Ti Site ( http://focus.ti.com/docs/tool/toolfolder. jhtml? ...

Hi, we're considering a C6711 DSK. The Ti Site ( http://focus.ti.com/docs/tool/toolfolder. jhtml? PartNumber=TMDS320006711) states, "Operating at 150 MHz, the 'C6711 delivers an impressive 1200 MIPS


Calculation performance in terms of clock cycles

Started by liena rosaliena in TMS320c6x20 years ago 1 reply

Hi all;   Could somebody help me how to find  documentations or formula that elaborate about calculation performance (in...

Hi all;   Could somebody help me how to find  documentations or formula that elaborate about calculation performance (in MHZ,MIPS,MCPS) ,for each function in c code that we run on c6711 or c6xxx board.   regards; Liena


Doubt reg memory allocation DM6437

Started by src_be in TMS320c6x16 years ago

Hi all, i m facing some problems wrt to allocation of code and data sections on DM6437 board. 1)On 64x,all the sections(code and data) are...

Hi all, i m facing some problems wrt to allocation of code and data sections on DM6437 board. 1)On 64x,all the sections(code and data) are placed in L2MEM and the MIPS are calculated but On DM6437 i m not able to put all sections internally.how to decide which sections should lie internal and which others external? 2)while profiling on DM6437 board, keeping both program and data ...


simulator CPU vs. execution cycles (is it because of the cash and memory stalls in C6x?

Started by ahma...@yahoo.com in TMS320c6x16 years ago 3 replies

Hi every body I compute the execution cycles and MIPs for my algorithm on C64x simulator using its profiler. But as I saw the "total cycles"...

Hi every body I compute the execution cycles and MIPs for my algorithm on C64x simulator using its profiler. But as I saw the "total cycles" item was very more than "CPU execution cycles" item. My question is that the "total cycles" is important or "execution cycles"? Is the numbers of cycles is so big if we use C55x or it is because of C64x structure(its cash levels)? My algorithm is MELP...