DSPRelated.com
Forums

hsrtdx high speed rtdx

Started by danisade June 19, 2008
i have dskc6713 my hsrtdx works with blackhawk lan560
but when i take same project on second pc and use xds560r only rtdx
works and high speed rtdx not works and stuck in the line
while ( RTDX_writing != NULL ) {
}
someone knows any solution should i do somthing special for the
xds560r ?

i change the intvecs.asm to hsrtd set 1
and also checke the enable rtdx , my clock is 10mhs
danisade,

On 6/19/08, danisade wrote:
>
> i have dskc6713 my hsrtdx works with blackhawk lan560
> but when i take same project on second pc and use xds560r only rtdx
> works and high speed rtdx not works and stuck in the line
> while ( RTDX_writing != NULL ) {
> }
>
> someone knows any solution should i do somthing special for the
> xds560r ?
>

A project that works with lan560 should work on any other XDS560.

Things to check are:
1. Both setups use the same version of CCS and the same target board.
2. The configurations are compatible [they will not be identical].
Check them by:
A. Comparing the CCS configuration text file 'ccBrd0.dat' at
'C:\CCStudio_v3.3\cc\bin\brddat\'. if there is confusion or questions, post
both files.
B. Verifying that they are using the same driver in CCS setup by
selecting the 'chip' icon in the left pane and looking at the path/driver
name in the center pane.
3. If all looks okay it would appear that the vendor supplied software for
the xds560r might be the source of the problem.

mikedunn

i change the intvecs.asm to hsrtd set 1
> and also checke the enable rtdx , my clock is 10mhs
>

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

On 6/24/08, danisade wrote:
> we have found that the cables of emu0 and emu1 was disconnected !!!
> i suppose this explains why hsrtdx not works
> i suppos the regular rtdx not using emu0

HSRTDX gets its speed by transmitting and receiving over a dedicated
directional I/O line [EMU0 or 1] that only contains RTDX data and
protocol.

'Regular RTDX' [also known as JTAG RTDX] shares the JTAG TDI/TDO
channel with 'regular JTAG' which includes a lot more overhead
[=slower]. That is why JTAG RTDX will work with XDS560 or XDS510 Class
emulators. Only the XDS560 contains special serializer/deserialer
hardware to support HSRTDX.

mikedunn
>
> --- In c..., "Michael Dunn" wrote:
> >
> > danisade,
> >
> > On 6/19/08, danisade wrote:
> > >
> > > i have dskc6713 my hsrtdx works with blackhawk lan560
> > > but when i take same project on second pc and use xds560r only
> rtdx
> > > works and high speed rtdx not works and stuck in the line
> > > while ( RTDX_writing != NULL ) {
> > > }
> > >
> > > someone knows any solution should i do somthing special for the
> > > xds560r ?
> > >
> >
> > A project that works with lan560 should work on any other XDS560.
> >
> > Things to check are:
> > 1. Both setups use the same version of CCS and the same target
> board.
> > 2. The configurations are compatible [they will not be identical].
> > Check them by:
> > A. Comparing the CCS configuration text file 'ccBrd0.dat' at
> > 'C:\CCStudio_v3.3\cc\bin\brddat\'. if there is confusion or
> questions, post
> > both files.
> > B. Verifying that they are using the same driver in CCS setup
> by
> > selecting the 'chip' icon in the left pane and looking at the
> path/driver
> > name in the center pane.
> > 3. If all looks okay it would appear that the vendor supplied
> software for
> > the xds560r might be the source of the problem.
> >
> > mikedunn
> >
> > i change the intvecs.asm to hsrtd set 1
> > > and also checke the enable rtdx , my clock is 10mhs
> > >
> > >
> > >
> >
> >
> >
> > --
> > www.dsprelated.com/blogs-1/nf/Mike_Dunn.php
>

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