DSPRelated.com
Forums

DM6437 DVDP hostapp demo not run!

Started by pabl...@ctag.com June 2, 2011
Hi.
>
>I have got DM6437 DVDP and I have some problems:
>
> I probe demo6437_demo program (executed on start) and I can’t connect hostapp with device. I know the device is running because audio line in is on audio line out (with SW4-3 down). The 4 LEDs are off (even DS1, with both SW7 position).
>
> “Getting started Guide” document describes that DS2 LED might be ON when the IP stack is ready. By default, demo is configurated in DHCP mode, so I connect board to a router whit DHCP activated, and through my computer host (where I try to connect with “hostapp”). I check connections in router and I find 192.168.1.105 to client host “dm6437evm9def” and 192.168.1.106 for the host. I think all is correct, by it happens three troubles:
>
>1. I can’t do ping from host to board (from 192.168.1.106 to 192.168.1.105)
>
>2. LED DS2 is off
>
>3. hostapp can’t connect to board (both button “discover” and connect to 192.168.1.105 )
>
>Could you help me, please?. I’m very frustrated.
>
>_____________________________________
>
Well, thanks Richard.

I tried steps that you explaint, but my program in debugger seems doesn't work. I reset emulator, reset CPU, click "Go Main", and debugger shows "Running", but never stops on main. Moreover, if I add a breakpoint in main, this behavior is the same.

I suspect all changes made for reach compilation causes this problems...

I need some example project to take image form Video In, proccessing, and the showing it for one DAC output...I have this project, but I can't debug and modify it.

_____________________________________
Pablo,

have you tried some simple project, like 'hello world', to learn how to write
the linker .cmd file?
Have you tried some simple project, like 'hello world', to learn how to write
the BIOS configuration file?
Have you tried some simple project, like 'hello world', to learn how to use the
debugger?

The above three(3) activities are 'critical' to learning how to make a project
build, debug, and run correctly.

When you can perform the above 3 activities successfully, then you can move on
to more complex projects.

If you were to email me the source, configuration, etc files, I could take a
look and advise you on what needs to be done.

R. Williams

---------- Original Message -----------
From: p...@ctag.com
To: c...
Sent: Tue, 14 Jun 2011 07:51:59 -0400
Subject: [c6x] Re: DM6437 DVDP hostapp demo not run!

> Hi.
> >
> >I have got DM6437 DVDP and I have some problems:
> >
> > I probe demo6437_demo program (executed on start) and I canât
connect hostapp with device. I know the device is running because audio line in
is on audio line out (with SW4-3 down). The 4 LEDs are off (even DS1, with both
SW7 position).
> >
> > âGetting started Guideâ document describes that DS2 LED might
be ON when the IP stack is ready. By default, demo is configurated in DHCP mode,
so I connect board to a router whit DHCP activated, and through my computer host
(where I try to connect with âhostappâ). I check connections in router and I
find 192.168.1.105 to client host âdm6437evm9defâ and 192.168.1.106 for the
host. I think all is correct, by it happens three troubles:
> >
> >1. I canât do ping from host to board (from 192.168.1.106 to
192.168.1.105)
> >
> >2. LED DS2 is off
> >
> >3. hostapp canât connect to board (both button âdiscoverâ and
connect to 192.168.1.105 )
> >
> >Could you help me, please?. Iâm very frustrated.
> >
> >_____________________________________
> >
> Well, thanks Richard.
>
> I tried steps that you explaint, but my program in debugger seems
> doesn't work. I reset emulator, reset CPU, click "Go Main", and
> debugger shows "Running", but never stops on main. Moreover, if I add
> a breakpoint in main, this behavior is the same.
>
> I suspect all changes made for reach compilation causes this problems...
>
> I need some example project to take image form Video In, proccessing,
> and the showing it for one DAC output...I have this project, but I
> can't debug and modify it.
>
>
>

_____________________________________
Hi,

I have faced the same problem that you have mentioned in your previous post, all you need to do is change the GEL file which has been loaded by default, you can find the gel file in the spectrum digital site, find the link below

http://c6000.spectrumdigital.com/evmdm6437/reve/files/evmdm6437.gel

Hope it helps.....

Thanks & Regards,
Sankaranarayanan B.
________________________________
DISCLAIMER
The information transmitted is intended exclusively for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you are not the intended recipient or have received this mail in error, please notify the sender immediately and delete the material from your system.
Hi.
>
>I have got DM6437 DVDP and I have some problems:
>
> I probe demo6437_demo program (executed on start) and I can’t connect hostapp with device. I know the device is running because audio line in is on audio line out (with SW4-3 down). The 4 LEDs are off (even DS1, with both SW7 position).
>
> “Getting started Guide” document describes that DS2 LED might be ON when the IP stack is ready. By default, demo is configurated in DHCP mode, so I connect board to a router whit DHCP activated, and through my computer host (where I try to connect with “hostapp”). I check connections in router and I find 192.168.1.105 to client host “dm6437evm9def” and 192.168.1.106 for the host. I think all is correct, by it happens three troubles:
>
>1. I can’t do ping from host to board (from 192.168.1.106 to 192.168.1.105)
>
>2. LED DS2 is off
>
>3. hostapp can’t connect to board (both button “discover” and connect to 192.168.1.105 )
>
>Could you help me, please?. I’m very frustrated.
>
>_____________________________________
>
>Hi!
Thanks for your response.Finally, I could execute correctly the projects changing GEL file!.I don't know why Digital Spectrum purchase SW package with files that not run, but with your tip, I resolved my troubles!! Now I can start to develop mi own applications with some of these project such base...

Thanks!

_____________________________________