DSPRelated.com

error message

Started by wx_try in TMS320c54x23 years ago 1 reply

Hi all I'm using C5402 DSK and CCS 2.1. I met with the following error: undefined first referenced symbol in file...

Hi all I'm using C5402 DSK and CCS 2.1. I met with the following error: undefined first referenced symbol in file --------- ---------------- pinit c:/ti/C5400/bios/lib/biosi.a54 cinit c:/ti/C5400/bios/lib/biosi.a54 &


Device driver for 5402 DSK on board UART using DSP/BIOS

Started by pradbelur in TMS320c54x24 years ago

Hi all, We are developing a device driver for the 16C550CFN uart, present on the 5402 DSK. The driver is based on the...

Hi all, We are developing a device driver for the 16C550CFN uart, present on the 5402 DSK. The driver is based on the streams IO model of DSP/BIOS.We are facing the following problem: When the SIO_get internally calls the DXX_issue function , t


problems with codec library and DSP BIOS

Started by Mohamed Montasser in TMS320c54x26 years ago

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


Audio Sampling Frequency

Started by Anonymous in TMS320c54x26 years ago

Hello all, I'm building an audio processing app, and would like to use DSP/BIOS for the i/o. I'm using CCS 1.2 with the '5402...

Hello all, I'm building an audio processing app, and would like to use DSP/BIOS for the i/o. I'm using CCS 1.2 with the '5402 DSK. Since I'm still new to this platform, I used the audio example in the bios subdirectory as a base for my host program. Trouble is tha


problem using dsp/bios tools

Started by xie in TMS320c54x25 years ago

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"


DSP/BIOS TSK scheduler

Started by KRUCHIO Gabor in TMS320c54x24 years ago

Hi all, what do you think on the following synchronisation problem: - two DSP/BIOS task objects (TSK_A and TSK_B) have the same...

Hi all, what do you think on the following synchronisation problem: - two DSP/BIOS task objects (TSK_A and TSK_B) have the same priority (e.g. Priority 1) - TSK_A is running (its execution state: TSK_RUNNING) - TSK_B is ready (its execution state: TSK_READY) - interrupt o


Problem with CCS 2.0, DSP/BIOS and extended program memory on C54 02

Started by Cameron Stastra in TMS320c54x24 years ago

Hi, My application is getting too big to fit in the near memory space. I am experiencing a few problems using the CCS 2...

Hi, My application is getting too big to fit in the near memory space. I am experiencing a few problems using the CCS 2 DSP/BIOS config tool. 1. It appears that the OVLY bit is optional for extended program memory, but when I select far mode (in the config tool), the co


Can I use the RTDX while not implementing the DSP/BIOS?

Started by Jane Shen in TMS320c54x24 years ago 1 reply

From TI's Doc, it seems the RTDX might be used independently from the DSP/BIOS. Well, after I insert the RTDX related...

From TI's Doc, it seems the RTDX might be used independently from the DSP/BIOS. Well, after I insert the RTDX related code(declarations, function calls, vecTable and rtdx.h, rtdx.lib), I got an error msg saying RTDX_write, RTDX_poll and ATRAP_H are undefined symbols. I thought they s


abort and DSP/Bios Problem

Started by collins in TMS320c54x23 years ago 6 replies

Hallo, I'm sure somebody has seen this behaviour before and could help me out. I've built a simple DSP/Bios project with...

Hallo, I'm sure somebody has seen this behaviour before and could help me out. I've built a simple DSP/Bios project with just a main and a log object configured. This is for the DSK5402 starter kit. The problem is the program ends up at a symbol "abort"


DSK5402 Data verification...

Started by collins in TMS320c54x24 years ago 2 replies

Hi, I'm trying to get a DSP/Bios project going wiht the DSK5402. I've started getting this message: Data verification...

Hi, I'm trying to get a DSP/Bios project going wiht the DSK5402. I've started getting this message: Data verification failed at 0xff80. Please verify target memory and memory map. Is this trying to tell me I have a problem with the memory on the DSK?


CCS File -> Load Progam

Started by chris durkin in TMS320c54x24 years ago

Hello, I was wondering if you can help me, I have a c5402 DSK and I am trying to run the audio program supplied with the board ...

Hello, I was wondering if you can help me, I have a c5402 DSK and I am trying to run the audio program supplied with the board (c:\ti\c5400\examples\bios\audio ). I have successfully re-written the DSS_init function to setup and enable the AD50 codec and McBSP port. The


Audio-example

Started by steffen_andreassen_80 in TMS320c54x24 years ago 1 reply

I've worked through the Application Report SPRA598: An Audio Example Using DSP/BIOS, on my DSK 5402. It's a simple program just...

I've worked through the Application Report SPRA598: An Audio Example Using DSP/BIOS, on my DSK 5402. It's a simple program just copying the input to the output. But my output is just a weak copy of the input and a lot of noise (less noise when i change the JP3, but still too m


dsp/bios and interrupts

Started by Lucy Jordan in TMS320c54x24 years ago 1 reply

Is it possible to write an ISR in assembly and use the dispatcher to call it? Or Can you use the dispatcher...

Is it possible to write an ISR in assembly and use the dispatcher to call it? Or Can you use the dispatcher and have a vectors.asm in the same program?


c5402 bootloader; DARAM corrupts after starting target code

Started by mauriceambridge in TMS320c54x24 years ago

Hi, I am using a C5402 in my own prototype PCB which includes a 256KWord FLASH & 2 64KWord RAMS. The Flash and Data RAM can be...

Hi, I am using a C5402 in my own prototype PCB which includes a 256KWord FLASH & 2 64KWord RAMS. The Flash and Data RAM can be swapped using an attached CPLD. I have developed the DSP/BIOS source code to the point where I can use hex500 to create a boot table


FIR implementation

Started by ruben_krull in TMS320c54x24 years ago

Hello, I am trying to implement a digital equalizer on the C5416 DSK as part of my university project. My approach to the...

Hello, I am trying to implement a digital equalizer on the C5416 DSK as part of my university project. My approach to the problem is to use the audio example in the BIOS folder and the dsplib fir instruction. However, I am not getting any output. The audio example works


RTDX Port Configuration Page

Started by lfouilhac in TMS320c54x24 years ago

Hi All, I am developping an application in assembly code. I do not use DSP/BIOS. Is it possible to use RTDX? I tried to...

Hi All, I am developping an application in assembly code. I do not use DSP/BIOS. Is it possible to use RTDX? I tried to configure RTDX. But in the RTDX Configuration COntrol Window, Port Configuration Page, the RTDX mode is not available. The only available mode is


5416

Started by jeronimo q in TMS320c54x23 years ago

I have a problem with the 5416, if I run a program with DSP-BIOS the CCS it is blocked.  It happens the same thing with the...

I have a problem with the 5416, if I run a program with DSP-BIOS the CCS it is blocked.  It happens the same thing with the examples of Texas.   Jeronimo Internet GRATIS es Yahoo! Conexi?n . Usuario: yahoo; contrase?a: yahoo


Mcbsp 0/1 transmit example - DSK 5416

Started by Yuri_Feigin in TMS320c54x23 years ago

Dear All ! Does someone have an example (project) that performs transmitting digital data through McBsp0/McBsp1 (DSK 5416)...

Dear All ! Does someone have an example (project) that performs transmitting digital data through McBsp0/McBsp1 (DSK 5416) (using DSP BIOs or NOT) ? It would be a real help for me. Thanks a Lot.


DSK mem hole?

Started by Micah Caudle in TMS320c54x22 years ago 1 reply

Could anybody explain to me why there is a memory hole for the 5402 DSK at 4000-8000? I don't understand why this is not external...

Could anybody explain to me why there is a memory hole for the 5402 DSK at 4000-8000? I don't understand why this is not external memory mapped to the FLASH or SRAM. Somehow, DSP/BIOS also knows that 4000-8000 is not valid memory and prevents me from configuring EDATA for 4000-


AD50 codec initialization in asm language

Started by Jeff Brower in TMS320c54x22 years ago

I have been receiving requests for ad50init.asm file, which initializes the AD50 codec on the C5402 DSK board using asm language,...

I have been receiving requests for ad50init.asm file, which initializes the AD50 codec on the C5402 DSK board using asm language, intended for very small footprint applications that do not use DSP/BIOS. The file was posted on the C54x group archive for almost 2 years bu