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

Sponsor

Industry's highest performing at the lowest power DSPs now as low as $5.00*
Start development today!
*volume pricing for 10ku

Discussion Groups

See Also

Embedded SystemsFPGAElectronics

Discussion Groups | TMS320C6x | Problems getting High-Speed RTDX to work in a DSP/BIOS program

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

  

Post a new Thread

Problems getting High-Speed RTDX to work in a DSP/BIOS program - shehrzad_q2000 - Feb 2 15:05:00 2006

Has anyone in this group had any success getting HSRTDX to work 
within a DSP/BIOS program?  I am using this BlackHawk USB emulator, 
and I can get all of the various sample RTDX applications to work in 
HSRTDX mode, so long as they utilize the CSL and _not_ DSP/BIOS.  As 
soon as I switch over to DSP/BIOS, things don't work.  If I take the 
DSP/BIOS application and switch over to regular RTDX, it works.

So to switch over a DSP/BIOS program to use HSRTDX, all I'm doing is 
going to the DSP/BIOS Configuration Tool, expanding the I/O tree, 
expanding the RTDX tree, selecting the HSRTDX option, then saving, 
rebuilding and running.  Of course, I first ensure that RTDX is 
enabled from with CCS, and moreover in the RTDX configuration pane I 
see it switch to HS-RTDX.  I've tried continuous and non-continuous 
mode, to no avail.

I've tried importing intvecs.asm, enabling and disabling various 
interrupts, the works.  I am now stuck, and hence am asking for your 
help.  Please let me know if you have any ideas.

Regards,

Shehrzad Qureshi
www.squreshi.com
	
______________________________
New Code Sharing Section now Live on DSPRelated.com. Learn about the Reward Program for Contributors here.



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

Re: Problems getting High-Speed RTDX to work in a DSP/BIOS program - Mike Dunn - Feb 2 18:19:00 2006

Hello Shehrzad,

What TCLK rate are you running??  If you let the
XDS560 'autorange' to the optimum frequency [which is
optimum for JTAG TCLK - not HSRTDX] sometimes HSRTDX
will not work. To get it working, start with the
'legacy clock' [10 mhz - you can always 'crank it up'
later].

You didn't mention what version of CCS that you have -
I believe that at least one version of CCS would save
your 'GUI config' but would not rebuild the CDB file
unless you left the Config window open while you
rebuilt.

mikedunn

--- shehrzad_q2000 <shehrzad_q2000@sheh...> wrote:

> Has anyone in this group had any success getting
> HSRTDX to work 
> within a DSP/BIOS program?  I am using this
> BlackHawk USB emulator, 
> and I can get all of the various sample RTDX
> applications to work in 
> HSRTDX mode, so long as they utilize the CSL and
> _not_ DSP/BIOS.  As 
> soon as I switch over to DSP/BIOS, things don't
> work.  If I take the 
> DSP/BIOS application and switch over to regular
> RTDX, it works.
> 
> So to switch over a DSP/BIOS program to use HSRTDX,
> all I'm doing is 
> going to the DSP/BIOS Configuration Tool, expanding
> the I/O tree, 
> expanding the RTDX tree, selecting the HSRTDX
> option, then saving, 
> rebuilding and running.  Of course, I first ensure
> that RTDX is 
> enabled from with CCS, and moreover in the RTDX
> configuration pane I 
> see it switch to HS-RTDX.  I've tried continuous and
> non-continuous 
> mode, to no avail.
> 
> I've tried importing intvecs.asm, enabling and
> disabling various 
> interrupts, the works.  I am now stuck, and hence am
> asking for your 
> help.  Please let me know if you have any ideas.
> 
> Regards,
> 
> Shehrzad Qureshi
> www.squreshi.com
>
	
______________________________
New Code Sharing Section now Live on DSPRelated.com. Learn about the Reward Program for Contributors here.



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

Re: Problems getting High-Speed RTDX to work in a DSP/BIOS program - Shehrzad Qureshi - Feb 6 1:44:00 2006

Hi Mike,

Before I ran the experiment described below, the xdsprobe.exe utility reports
that "the frequency of the JTAG TCLK input is measured as 34.99 MHz".

Under the CCS Setup that had been using, the Connection Props tab stated that
the JTAG TCLK Frequency (MHz) was set to "Automatic with faster 35.0MHz
limit."  I tried changing this to "Automatic with faster 10.368MHz
limit", and ran my CSL program to make sure that HSRTDX still worked within
that context (it did).  Next I then tried my extremely simple DSP/BIOS app and
attempted to get it to work using HSRTDX.  I am using CCS v3.1 (Platinum
edition), and made sure that the .cdb file was closed and performed a build
clean before rebuilding and running the DSP/BIOS app.  No such luck getting this
to work.

Thanks for the suggestions,

-SQ
What TCLK rate are you running??  If you let the
XDS560 'autorange' to the optimum frequency [which is
optimum for JTAG TCLK - not HSRTDX] sometimes HSRTDX
will not work. To get it working, start with the
'legacy clock' [10 mhz - you can always 'crank it up'
later].

You didn't mention what version of CCS that you have -
I believe that at least one version of CCS would save
your 'GUI config' but would not rebuild the CDB file
unless you left the Config window open while you
rebuilt.

mikedunn

--- shehrzad_q2000  wrote:

> Has anyone in this group had any success getting
> HSRTDX to work 
> within a DSP/BIOS program?  I am using this
> BlackHawk USB emulator, 
> and I can get all of the various sample RTDX
> applications to work in 
> HSRTDX mode, so long as they utilize the CSL and
> _not_ DSP/BIOS.  As 
> soon as I switch over to DSP/BIOS, things don't
> work.  If I take the 
> DSP/BIOS application and switch over to regular
> RTDX, it works.
> 
> So to switch over a DSP/BIOS program to use HSRTDX,
> all I'm doing is 
> going to the DSP/BIOS Configuration Tool, expanding
> the I/O tree, 
> expanding the RTDX tree, selecting the HSRTDX
> option, then saving, 
> rebuilding and running.  Of course, I first ensure
> that RTDX is 
> enabled from with CCS, and moreover in the RTDX
> configuration pane I 
> see it switch to HS-RTDX.  I've tried continuous and
> non-continuous 
> mode, to no avail.
> 
> I've tried importing intvecs.asm, enabling and
> disabling various 
> interrupts, the works.  I am now stuck, and hence am
> asking for your 
> help.  Please let me know if you have any ideas.
> 
> Regards,
> 
> Shehrzad Qureshi
> www.squreshi.com
>
	
______________________________
Start your Android Ice Cream Sandwich development on TI's AM35x Sitara ARM Cortex-A8 processor today.



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

Re: Problems getting High-Speed RTDX to work in a DSP/BIOS program - Mike Dunn - Feb 6 10:51:00 2006

SQ,

What is your target DSP??

When you start your app and then stop it, do you see a
small amount of RTDX data??

I assume that you are testing with a debug build -
correct??

If you have a small/simple test case, could you post
the project??

mikedunn
--- Shehrzad Qureshi <shehrzad_q2000@sheh...> wrote:

> Hi Mike,
> 
> Before I ran the experiment described below, the
> xdsprobe.exe utility reports that "the frequency of
> the JTAG TCLK input is measured as 34.99 MHz".
> 
> Under the CCS Setup that had been using, the
> Connection Props tab stated that the JTAG TCLK
> Frequency (MHz) was set to "Automatic with faster
> 35.0MHz limit."  I tried changing this to "Automatic
> with faster 10.368MHz limit", and ran my CSL program
> to make sure that HSRTDX still worked within that
> context (it did).  Next I then tried my extremely
> simple DSP/BIOS app and attempted to get it to work
> using HSRTDX.  I am using CCS v3.1 (Platinum
> edition), and made sure that the .cdb file was
> closed and performed a build clean before rebuilding
> and running the DSP/BIOS app.  No such luck getting
> this to work.
> 
> Thanks for the suggestions,
> 
> -SQ
> What TCLK rate are you running??  If you let the
> XDS560 'autorange' to the optimum frequency [which
> is
> optimum for JTAG TCLK - not HSRTDX] sometimes HSRTDX
> will not work. To get it working, start with the
> 'legacy clock' [10 mhz - you can always 'crank it
> up'
> later].
> 
> You didn't mention what version of CCS that you have
> -
> I believe that at least one version of CCS would
> save
> your 'GUI config' but would not rebuild the CDB file
> unless you left the Config window open while you
> rebuilt.
> 
> mikedunn
> 
> --- shehrzad_q2000  wrote:
> 
> > Has anyone in this group had any success getting
> > HSRTDX to work 
> > within a DSP/BIOS program?  I am using this
> > BlackHawk USB emulator, 
> > and I can get all of the various sample RTDX
> > applications to work in 
> > HSRTDX mode, so long as they utilize the CSL and
> > _not_ DSP/BIOS.  As 
> > soon as I switch over to DSP/BIOS, things don't
> > work.  If I take the 
> > DSP/BIOS application and switch over to regular
> > RTDX, it works.
> > 
> > So to switch over a DSP/BIOS program to use
> HSRTDX,
> > all I'm doing is 
> > going to the DSP/BIOS Configuration Tool,
> expanding
> > the I/O tree, 
> > expanding the RTDX tree, selecting the HSRTDX
> > option, then saving, 
> > rebuilding and running.  Of course, I first ensure
> > that RTDX is 
> > enabled from with CCS, and moreover in the RTDX
> > configuration pane I 
> > see it switch to HS-RTDX.  I've tried continuous
> and
> > non-continuous 
> > mode, to no avail.
> > 
> > I've tried importing intvecs.asm, enabling and
> > disabling various 
> > interrupts, the works.  I am now stuck, and hence
> am
> > asking for your 
> > help.  Please let me know if you have any ideas.
> > 
> > Regards,
> > 
> > Shehrzad Qureshi
> > www.squreshi.com
> > 
> 
> 
> 
> 
> 
> 
> 
>     c6x-unsubscribe@c6x-...
> 
>  
> 
> 
>
	
______________________________
New Code Sharing Section now Live on DSPRelated.com. Learn about the Reward Program for Contributors here.



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