Forums Search for: BIOS
Software UART in the C54x
I am trying to integrate the code described in the application note SPRA661A ("implementing a Software UART on the TMS320C54x with...
I am trying to integrate the code described in the application note SPRA661A ("implementing a Software UART on the TMS320C54x with te McBSP and DMA") with a DSP/BIOS application. I would like to know if anybody has done it or can give me some references.
how use READY signal
Hi everybody, i'm using 54CST on Sprectrum board. My application run with DSP/BIOS at 118Mhz. I've include Flash...
Hi everybody, i'm using 54CST on Sprectrum board. My application run with DSP/BIOS at 118Mhz. I've include Flash utilities for save audio message in flash memorie, but even with 14 wait cycles i can't write in flash. Manualy, with my
Re: [Fwd: Re: code working on simulator but not on device?]
Megha- > Results with no printf were: > rx_wait was: > 8 > 0 > 19 > 0 > 19 > 0 > 19 > 0 > and tx_wait were all 0. Ok,...
Megha- > Results with no printf were: > rx_wait was: > 8 > 0 > 19 > 0 > 19 > 0 > 19 > 0 > and tx_wait were all 0. Ok, these counts are really short, but at least they are consistent. The Tx values are zero because once Rx is ready, Tx is most likely going to be ready at the same time. > > Well as per as clock is concerned. DSP is running at 96MHz (as set in DSP/BIOS) > an
Help Required(Student Of MS)
hello every one i am using C54CST Chip along with AIC20 Codec i have the follwing problem if any one can help me In a multi threaded...
hello every one i am using C54CST Chip along with AIC20 Codec i have the follwing problem if any one can help me In a multi threaded DSP/BIOS application when i initialize AIC20 the system crashes/hangs and no further processing is done PLZ if some one can help me whether it is memory problem or anything else Thanks
Allocating .const to Program Memory
Hi, I read in TMS320C54x Optimizing C Compiler SPRU103C, page 6-4, "6.1.3 Allocating .const to Program Memory". Its possible also to DSP/BIOS...
Hi, I read in TMS320C54x Optimizing C Compiler SPRU103C, page 6-4, "6.1.3 Allocating .const to Program Memory". Its possible also to DSP/BIOS users ? How can I modify the boot.asm, rts.src ? Thanks Mario Check Out Industry's First Single-Chip, Multi-Format, Real-Time HD Video Transcoding Solution for Commercial & Consumer End Equipment: www.ti.com/dm6467
real time problem
Hi everyone, I am working on DSK5416 and CCS. I'm doing real-time using DMA and McBSP to communicate with the codec. I'm working with 16...
Hi everyone, I am working on DSK5416 and CCS. I'm doing real-time using DMA and McBSP to communicate with the codec. I'm working with 16 bits words and with DSP/BIOS configuration. I would like to know if the problem that I have is coming from data alignment. After interruption (full buffer: 1024 words of 16 bits) I use the following function: Interrupt function(){ int i=0,maxisync,maxica...
Memory allocation issues
I am using the PEP5416 with code composer v3.1, and am having problems with memory allocation. In my code, I use the malloc() command multiple...
I am using the PEP5416 with code composer v3.1, and am having problems with memory allocation. In my code, I use the malloc() command multiple times, though after awhile, the program starts to return null pointers, indicating that I cannot allocate any more memory. The problem I'm having is that I have no idea where this memory is being allocated. I've been making changes using DSP/BIOS and...
Waiting on Multiple Semaphores
I'd like to have a thread block unless one of two semaphores were triggered... Win32 has WaitForMultipleObjects. IS there anything ...
I'd like to have a thread block unless one of two semaphores were triggered... Win32 has WaitForMultipleObjects. IS there anything similar for DSP/BIOS? Carl Chipman Nomadics, Inc. http://www.nomadics.com
Memory allocation problem
Hi, this is probably a dumb question. I've looked at the DSP/BIOS examples and can't see what I'm doing wrong. I've got a MEM...
Hi, this is probably a dumb question. I've looked at the DSP/BIOS examples and can't see what I'm doing wrong. I've got a MEM entry in my config. Why am I getting this error message: >> cannot allocate .bss in IDATA (page 1) Thanks for any tips
New linker problem
Hi, I'm trying to get my project to link with the new linker and recipe file. I'm using the 5402 DSK and chose the DSK_ovly0 as...
Hi, I'm trying to get my project to link with the new linker and recipe file. I'm using the 5402 DSK and chose the DSK_ovly0 as the template. The problem is that the linker doesn't find any of the DSP/BIOS symbols such as BIOS_reset. The message it outputs is: "ERRO
DAX devices driver
Hi, has anybody already used the DAX API described in DSP/BIOS-II successfully? If yes, coud you summerize your experiences? ...
Hi, has anybody already used the DAX API described in DSP/BIOS-II successfully? If yes, coud you summerize your experiences? We must decide very fast whether DAX will be used in our design or not. Cheers Gabor Kruchio
DSP/BIOS Message Log refresh...
I?m having troubles to automatically refresh the message log window... Works fine whith the TMS320C6211 DSK but whith the...
I?m having troubles to automatically refresh the message log window... Works fine whith the TMS320C6211 DSK but whith the TMS320C5402 DSK it only refresh when I halt the program. Does anyone can help me? Thanks
Concealed
Subject: hi dspppl, ** Proprietary ** hi dspppl, I'am using 5402 chip for my project.It has to now take care the work...
Subject: hi dspppl, ** Proprietary ** hi dspppl, I'am using 5402 chip for my project.It has to now take care the work of a previously used uc also.Is there any reliable kernel that can be used for my project.ofcourse TI BIOS is there but still it looks very
Problems loading dsp program with dsp/bios
If I load the programm I get following message. "Data verification failed at adress 0xFF80. Please verify target memory and...
If I load the programm I get following message. "Data verification failed at adress 0xFF80. Please verify target memory and memory map". I get the error message both with DMSEL (dip switch 6) activated or deactivated, and both boot from flash (jumper JP2) enabled or
Real Time Tracing and Analysis
Hi, Could someone tell me how to perform real time tracing and analysis of assembly code on the C5402 DSK ? I know that...
Hi, Could someone tell me how to perform real time tracing and analysis of assembly code on the C5402 DSK ? I know that the BIOS commands can be used to keep track of DSP registers and variables whilst the DSP is running the code ? But, I am not sure wether the BI
configuring memory
We're using the audio.pjt example given by TI (found in ti\examples\dsk5402\bios\audio directory), and we are trying to add some...
We're using the audio.pjt example given by TI (found in ti\examples\dsk5402\bios\audio directory), and we are trying to add some extra processing to it. We've been adding processing steps one at a time. On the most recent step we tried adding an FFT using the optimized dsp library. T
RE: Problem with CCS 2.0, DSP/BIOS and extended program me mory on C54 02
> 2. SInce my program space is no longer contiguous, I have > defined multiple > code > memory segments eg > name start length...
> 2. SInce my program space is no longer contiguous, I have > defined multiple > code > memory segments eg > name start length > EPROG 00014000 0000c000 > EPROG2 00024000 0000c000 > EPROG3 00034000 0000c000 > The problem is that the
RTDX problem
I am using DSP/BIOS with the RTDX LOG module to transfer debug messages. No stdio / breakpoints are in use. Presently the main...
I am using DSP/BIOS with the RTDX LOG module to transfer debug messages. No stdio / breakpoints are in use. Presently the main functionality of my program is to take 64 samples from the codec and perform an FFT. The problem is that part of the way into the sampling, something
Urgent Help needed for VC5402 DSK
Hi one & all, I am working on the tms320vc5402 dsk with CCS v2.0. Hope everybody might be familiar with the demo example of...
Hi one & all, I am working on the tms320vc5402 dsk with CCS v2.0. Hope everybody might be familiar with the demo example of audio signal input and output provided by TI in one of the folder (C:\ccs54x\examples\dsk5402\bios\audio) Similarly if i wish to run the
UART (16C550CFN) configuration
Hi all, I am a new C5402 DSK board user. Now, I am developing a device driver for UART under DSP bios environment. I am facing...
Hi all, I am a new C5402 DSK board user. Now, I am developing a device driver for UART under DSP bios environment. I am facing the following problem in this work. The contents of the UART status and control memory mapped registers are not being diplayed on






