DSPRelated.com
Forums

edge detection on TMS320 c6711 DSK

Started by Unknown November 6, 2003
Hi all,
I'm trying to implement edge detection algorithm on the c6711 DSK,can
anyone direct me to some documentation or a C source code.if any one
has implemented image processing algorithms on the TMS320C6711 DSK
please help me.

i have coded the algorithm but i do not know how exactly to
communicate with the DSP.

Also when i tried to compile my algorithm in the CCS ,it is giving an
error :
fatal error: could not open source file "malloc.h"

can anyone help me in this aspect.

Thanks in advance




> I'm trying to implement edge detection algorithm on the c6711
DSK,can
> anyone direct me to some documentation or a C source code.if any
one
> has implemented image processing algorithms on the TMS320C6711 DSK
> please help me.
>
> i have coded the algorithm but i do not know how exactly to
> communicate with the DSP.

;-) so I understand you have coded the algorithm in plain ANSI C? and
you tested it on a PC?

> Also when i tried to compile my algorithm in the CCS ,it is giving
an
> error :
> fatal error: could not open source file "malloc.h"

well - I just searched my ti directory and I didn't find malloc.h in
my CCS2.0 files - that would mean - CCS2.0 has it's own methods for
handling memory operations...

so - assuming you've coded your algorithm on a PC - you'll now have
to "port it" to c6x compliant code - although it's still gonna be C -
there are special requirements for c6x...

I can't help you any further as I've never faced this problem - but
maybe somebody else will help you out...

good luck...

Wojciech Rewers
(looking for a job)