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 | using files with DSP/BIOS

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

  

Post a new Thread

using files with DSP/BIOS - fedelegger - Mar 20 9:02:00 2002

Hi everybody,
I'm working with 6711 dsk and CCS2. I'm trying to profile my code with
DSP/BIOS statistics accumulators. In my program I handle file I/O with
probe points. For some unknown reason, that doesn't seem to work (the
cpu repeatedly crashes). Has any of you experienced this? Any clue? Is
it possible to hand file i/o with DSP/BIOS? Can you give me same
simple source code to do this, or a reference I could look at?
TIA
Federica Legger



______________________________
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: using files with DSP/BIOS - Zachariah, Ronald - Mar 20 15:08:00 2002

Hi Federica,

I believe you should try using rtdx instead of probe points for file io.
Probe points require the cpu to halt every time the file io transfer takes
place, which may be affecting your program.

There is some examples using rtdx for reading and writing to files in the
ti\tutorials\dsk6711\hostio1 & 2 directories.
The text for the tutorial can be found by going Help->Tutorials in CCS. And
selecting Using DSP/BIOS->Getting Started with DSP/Bios-> Connecting to
Virtual I/O Devices in the Help Window.

Hope that helps.

-Ron
-----Original Message-----
From: fedelegger [mailto:]
Sent: Wednesday, March 20, 2002 4:02 AM
To:
Subject: [c6x] using files with DSP/BIOS Hi everybody,
I'm working with 6711 dsk and CCS2. I'm trying to profile my code with
DSP/BIOS statistics accumulators. In my program I handle file I/O with
probe points. For some unknown reason, that doesn't seem to work (the
cpu repeatedly crashes). Has any of you experienced this? Any clue? Is
it possible to hand file i/o with DSP/BIOS? Can you give me same
simple source code to do this, or a reference I could look at?
TIA
Federica Legger
_____________________________________



______________________________
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 )