Forums Search for: RTDX
interrupt problem
Hi, I posted a message a few weeks ago about this problem but I am still having trouble with a sampling routine being...
Hi, I posted a message a few weeks ago about this problem but I am still having trouble with a sampling routine being interrupted causing it to miss samples. My setup is: programmed in CCS, using the onboard codec to sample from the mic port, using RTDX to transfe
problems with codec library and DSP BIOS
hello all, I am trying to use RTDX to stream data from the host to the target, I am using the c5402 DSK, inside main, I...
hello all, I am trying to use RTDX to stream data from the host to the target, I am using the c5402 DSK, inside main, I call codec_open, but before calling it i must calle brd_init, which seems to mess with something already initialized by the DSP BIOS startup (pr
New Low-Cost C5416 DSK Featuring USB Communication Now Available
New Low-Cost DSP Starter Kit From Texas Instruments Featuring USB Communication Enables Faster Throughput with RTDX? Data Link ...
New Low-Cost DSP Starter Kit From Texas Instruments Featuring USB Communication Enables Faster Throughput with RTDX? Data Link TI's robust and low-cost TMS320C5416 DSK now available to help designers get started quickly using the popular TMS320C54x? low-power DSPs
problem using dsp/bios tools
why do i meet this problem when i use dsp/bios tools? "failed to open channel RTA_toHost$rtdx"
why do i meet this problem when i use dsp/bios tools? "failed to open channel RTA_toHost$rtdx"
Sending real-time data from target to PC
inHi, I am a student working on an audio project with the C5416. Just wanted to check if anyone had any ideas with one problem i am...
Hi, I am a student working on an audio project with the C5416. Just wanted to check if anyone had any ideas with one problem i am facing. I am trying to send real-time data from my C5416 DSP to a PC. FileIO doesn't work because it interferes with the program. I tried using RTDX but this too seems to slow down my program. What I am doi
Problems with C5409 DMA Controller
Hi friends, I have some problems accessing external memory with the DMA controller of the C5409 DSP. I've written a...
Hi friends, I have some problems accessing external memory with the DMA controller of the C5409 DSP. I've written a program using the RTDX Interface to read out the memory on my own protoype board (not a DSK or EVM board). On this board there is a FLASH ROM
printf drama's
inhello all, just a quick question, do you know why "puts" works in displaying text in the output window in CCS, but not printf? ...
hello all, just a quick question, do you know why "puts" works in displaying text in the output window in CCS, but not printf? im trying to use printf to send/display data from the dsp to the output window in ccs, it works fine in the rtdx example but i cant see