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.

DM6437 running demo with PC host application

 

Hi!

I have a problem with running the demos with the PC Host Application.

When I'm  trying to start the host-side demo application and run the run.bat file fromC:\dvsdk_1_xx_xx_xx\dm6437_demo_x_xx_xx\hostapp directory and click the Discovery button to find the IP adress of the EVM board,there occur a error: could not locate any DM6437EVM demo-running targets on the network.

 how I can correct this error? 

thanks.

 

  • Is the DSP executing when you try to run the host app?  Did it output its IP address to CCS?

  •  

    I have the same problem, as solved it?

    please tell me... Thanks and regards!!!

    ayhan said:

     

    Hi!

    I have a problem with running the demos with the PC Host Application.

    When I'm  trying to start the host-side demo application and run the run.bat file fromC:\dvsdk_1_xx_xx_xx\dm6437_demo_x_xx_xx\hostapp directory and click the Discovery button to find the IP adress of the EVM board,there occur a error: could not locate any DM6437EVM demo-running targets on the network.

     how I can correct this error? 

    thanks.

     

     

  • Brad Griffis said:

    Is the DSP executing when you try to run the host app?  Did it output its IP address to CCS?

     

    I try with these and not solved......

  • Hi. that time i need an example about video capture and display. then i saw video_preview example in dvsdk so that i gave up dealing with host app.  im using it's functions for my application. if you want to do same thing like me i can help you.

     

  • Hi luevan,

    I can suggest you some ideas to resolve your problems,

    First if you build the project you have to get 0 Errors and 0 Warnings,

    Then load the .out file and run the target, The IP address has to printed in the stdout window, If the IP is printed there is no problem in your side

    If the ip is not printed you need to check weather your systems(LAN connections) are using static ip method or dynamic ip method as per that specify the method in the source code also  IpAddrMethod "dhcp" ; (app_main.c).

    by default it is "dhcp" that is dynamic ip method, if you are using static ip method you need to specify it in the code , in the place of "dhcp" specify "static" .

    then you have to give the consecutive IP in the other machine from which you want to access, For example the demo code is having the IP : 192.168.1.100,  You can give like this 192.168.1.200

    hope it helps

  • Hi Ayhan,

    I have also the same problem with you while trying to start the host-side demo application and run the run.bat file. In addition I load the dm6437_demo.out file in CCS v3.3 and see the print results on stdout. When I push the discover button, we see that we can sent data through ethernet but we can not receive.

    What can we do about these problem, do you have any idea?

    Thanks in advance.
    Duygu