Sign in

username:

password:



Not a member?

Search c6x



Search tips

Subscribe to c6x



c6x by Keywords

AD535 | BIOS | Booting | Bootloader | C621 | C6211 | C6415 | C671 | C6711 | C6711DSK | C6713 | CCS | Chassaing | COFF | DAT | DM64 | DM642 | DMA | DSK671 | DSK6711 | EDM | EDMA | EMIF | Emulator | EVM | EVM620 | FFT | FIR | GPIO | Halting | HPI | HWI | IDK | JTAG | LDB | LDH | LDW | Linker | LMS | LOG_printf | Matlab | McBSP | MEM_alloc | MIPS | PCI | PCM3003 | Pipeline | Profiling | QDM | Reset | ROM | RTDX | Sampling | SDRAM | Stack | TEB | THS1206 | TMS320C621 | TMS320C6416 | TMS320C6711 | TMS320C6713 | UART | Vector Table | XBUS | XDS560

Ads

Discussion Groups

Discussion Groups | TMS320C6x | Connecting between C6713 DSK HPI and HyperTerminal

Technical discussions about the TI C6000 DSPs (including the c62x, c64x and c67x DSPs).

  

Post a new Thread

Connecting between C6713 DSK HPI and HyperTerminal - "omnia.mostafa21" - Jun 11 9:30:01 2008



Hi All, 

I have a DSP C6713DSK and its HPI DaughterCard .. i want to read from
the USB on the HyperTerminal .
The CCS 3.3 can't connect with the DSK while the HPI is connected to
it, even if its enable switch is off. 

in the Instruction .. the steps is :
1. Download the program using CCS, but do not run.
2. Press and release the reset button on the DSK6713HPI daughtercard.
3. Run the program from CCS.

but it's not executable  .. i don't know where is the problem ?!!

would anyone kindly tell me how can i read from the HPI (USB) on th
HyperTerminal ?? 

Thanks in advanced .. 

Omnia Mostafa.
------------------------------------

OMAP35x EVM jump-starts low-power apps
------------------------------------
The modular and extensible OMAP35x Evaluation Module (EVM) enables developers to start building
applications based on the OMAP35x architecture:http://www.DSPRelated.com/omap35x



(You need to be a member of c6x -- send a blank email to c6x-subscribe@yahoogroups.com )

Re: Connecting between C6713 DSK HPI and HyperTerminal - Michael Dunn - Jun 11 10:01:02 2008

Omnia,

On 6/11/08, omnia.mostafa21 <o...@yahoo.com> wrote:
>
>   Hi All,
>
> I have a DSP C6713DSK and its HPI DaughterCard .. i want to read from
> the USB on the HyperTerminal .
>

I have never used this daughtercard [I am not sure who made it].

The manufacturer should have provided information [and ideally one or more
example programs] on the data format that is required to be sent to the
endpoint buffer [or details on a higher level protocol if that is used] to
implement memory reads and writes.

I think that the HyperTerminal only sends/receives ASCII data which might be
a problem.

Check your documentation and post the HPI/USB daughtercard manufacturer so
that maybe someone else with the same board might help.

   The CCS 3.3 can't connect with the DSK while the HPI is connected to
> it, even if its enable switch is off.
>

I don't understand this. I cannot think of any reason that CCS should not
connect with the HPI/USB board in place [unless there is something wrong
with it].

   in the Instruction .. the steps is :
> 1. Download the program using CCS, but do not run.
> 2. Press and release the reset button on the DSK6713HPI daughtercard.
> 3. Run the program from CCS.
>

What program are you downloading??  What is it supposed to do??

   but it's not executable .. i don't know where is the problem ?!!
>

What does this mean?? Do you get some error message??

mikedunn

   would anyone kindly tell me how can i read from the HPI (USB) on th
> HyperTerminal ??
>
> Thanks in advanced ..
>
> Omnia Mostafa.
>

-- 
www.dsprelated.com/blogs-1/nf/Mike_Dunn.php



(You need to be a member of c6x -- send a blank email to c6x-subscribe@yahoogroups.com )

Re: Connecting between C6713 DSK HPI and HyperTerminal - Jeff Brower - Jun 11 10:44:58 2008

Omnia-

> I have a DSP C6713DSK and its HPI DaughterCard .. i want to read from
> the USB on the HyperTerminal .

Do you mean the HPI daughtercard from Educational DSP?  TI doesn't offer HPI support
for DSK 6713.

> The CCS 3.3 can't connect with the DSK while the HPI is connected to
> it, even if its enable switch is off.

The Educational DSP daughtercard has a site for a JTAG connector, but in looking at
their web page (http://www.educationaldsp.com/stockproduct_dsk6xxxhpi.htm) it's not
clear to me whether a connector is installed when the card is shipped.  One guess is
there is some type of jumper that enables/disables the daughtercard JTAG connector. 
You need to ask Educational DSP about this issue.

> in the Instruction .. the steps is :
> 1. Download the program using CCS, but do not run.
> 2. Press and release the reset button on the DSK6713HPI daughtercard.
> 3. Run the program from CCS.
> 
> but it's not executable  .. i don't know where is the problem ?!!

Saying "it's not executable" is vague, like saying "it doesn't work".  Well
of course
it doesn't work, you are majoring in engineering, what do you expect :-)  Seriously,
you have to be specific.  Did you try single-stepping asm instructions, one-by-one,
from the entry-point?  What happens if you do that?  You have to determine the first,
specific, narrowly-defined thing that's not working, and report that.

> would anyone kindly tell me how can i read from the HPI (USB) on th
> HyperTerminal ??

Your DSP program has to run first, in order to receive data via the HPI interface. 
How the DSP program will send characters over HPI I'm not sure, since the HPI is a
slave interface.  There might be some logic (PLD) on the daughtercard that helps with
this.  In any case, Educational DSP should have DSP test programs for using the HPI. 
I would think the basic test program should be a loopback program that allows
something like HyperTerminal or a simple C/C++ test program on the host side.

-Jeff

------------------------------------

OMAP35x EVM jump-starts low-power apps
------------------------------------
The modular and extensible OMAP35x Evaluation Module (EVM) enables developers to start building
applications based on the OMAP35x architecture:http://www.DSPRelated.com/omap35x



(You need to be a member of c6x -- send a blank email to c6x-subscribe@yahoogroups.com )