DSPRelated.com

Audio Application @ C6711

Started by jonasyu54 in TMS320c6x19 years ago 1 reply

Hello Everybody, I have some quesitons regarding 'ti/examples/dsk6711/bios/audio' Example 1-On page# 6 of SPRA598: An Audio...

Hello Everybody, I have some quesitons regarding 'ti/examples/dsk6711/bios/audio' Example 1-On page# 6 of SPRA598: An Audio Example Using DSP/BIOS, It is written that "As the audio function will just read a frame from DSS_rxPipe and copy it to a frame in DSS_txPipe. The transmit rate will be the same as the receive rate: 48 kHz


Audio I/O with PCM3003 and DSP/BIOS

Started by jaleitao2003 in TMS320c6x21 years ago

Hi, I'm using a TMS320C6711 DSP with a PCM3003 Audio Daughter card. Can anybody explain me how to configure the DSP/BIOS (for...

Hi, I'm using a TMS320C6711 DSP with a PCM3003 Audio Daughter card. Can anybody explain me how to configure the DSP/BIOS (for RTDX usage) on a program that uses hardware interrupts (like 'loop_intr_pcm' by R. Chassaing)? This is what I am doing (please correct):


Re: c6711 DSP/BIOS bootloader problem

Started by drag...@yahoo.com in TMS320c6x16 years ago

Hi, I have a clue about what may be wrong. I suppose the problem is that the SDRAM is not stable at the time when the second level bootloader...

Hi, I have a clue about what may be wrong. I suppose the problem is that the SDRAM is not stable at the time when the second level bootloader transfers the data from the FLASH to the SDRAM. All the necessary settings are properly done, but there are some minor errors sometimes. After a detailed analysis over the working NON/BIOS bootloader I have identified the line after which the RAM becomes...


using bios to measure time

Started by fedelegger in TMS320c6x22 years ago 1 reply

Hi, I'm trying to profile my code with bios, since the profiler seems to be heavely bugged. So I tried to use ...

Hi, I'm trying to profile my code with bios, since the profiler seems to be heavely bugged. So I tried to use LOG_printf(&Debug, "time = %d", CLK_gethtime()); in various places in my code, but the problem is that CLK_gethtime returns always the same v


SWI without DSP/BIOS on 6711

Started by neeli bhaskar reddy in TMS320c6x19 years ago 1 reply

Hi all, can anybody suggest how to implement SWI without DSP/BIOS on c6711. I did't find any interrupt vector location to map...

Hi all, can anybody suggest how to implement SWI without DSP/BIOS on c6711. I did't find any interrupt vector location to map a SWI. I implemented this way, I mapped interrupt selector value 10 ( No default event mapping for this one, given as reserved) to


GDB- C67x dsp/bios remote debugger(serial/ethernet)

Started by Chsekhar Prattipati in TMS320c6x14 years ago 2 replies

Dear Everyone, Does the DSP/BIOS for C67x / c672x have a remote debugger gdb option (serial/ethernet)? OR Has anybody used a remote debugger...

Dear Everyone, Does the DSP/BIOS for C67x / c672x have a remote debugger gdb option (serial/ethernet)? OR Has anybody used a remote debugger for DSP/BIOS on c67x / c672x GDB- C67x dsp/bios remote debugger(serial/ethernet) rgds chandra sekhar


Interrupts and the DSP/BIOS

Started by thamiral in TMS320c6x20 years ago 3 replies

Hello, Does anyone know how hardware interrupts and the DSP/BIOS interact? Specifically, I would like to find out what happens...

Hello, Does anyone know how hardware interrupts and the DSP/BIOS interact? Specifically, I would like to find out what happens before and after the Main function is called, when the interrupts are really enabled and how interrupts can be selectively enabled. (I think the DSP/B


memory allocastions in DSP/BIOS

Started by alon...@rafael.co.il in TMS320c6x18 years ago 4 replies

Hi all, Using the DSP/BIOS operatinf system, I have hard times with the memory allocations. I want to use 'MEM_alloc' / 'MEM_free'...

Hi all, Using the DSP/BIOS operatinf system, I have hard times with the memory allocations. I want to use 'MEM_alloc' / 'MEM_free' instead of using 'new' and 'delete' (I work on C++). The reson is : using MEM_alloc I can define the memory section to be allocated in. The problem is that in order to use MEM_Free, I need to know the size to free, and this is too mu


C6701 program cache & DSP/BIOS

Started by Anonymous in TMS320c6x23 years ago

Hi, I have just started an application using DSP/BIOS, targetting a C6701EVM. I am toggling the LED on the EVM to give me an...

Hi, I have just started an application using DSP/BIOS, targetting a C6701EVM. I am toggling the LED on the EVM to give me an execution time for a section of code. I was wondering if enabling the cache would speed this code up. I placed CACHE_ENABLE() in my main(),


How to use HST Module for File IO

Started by jyoti jain in TMS320c6x22 years ago 1 reply

Hi all, I m using TI C6xxx simulator.In a program using DSP/BIOS i want to read from a file to do some processing and write in...

Hi all, I m using TI C6xxx simulator.In a program using DSP/BIOS i want to read from a file to do some processing and write in another file.I have read the DSP/BIOS user guide but couldn't find the answer. Pls give me some pointers to this problem. Thanks in advance


DSP/BIOS stack doubts

Started by Giovanni Parodi in TMS320c6x17 years ago 2 replies

Hello everybody, I have a doubt about stack in DSP/BIOS tasks. In fact I'm currently using a DM642 based platform and I have these doubts: 1) ...

Hello everybody, I have a doubt about stack in DSP/BIOS tasks. In fact I'm currently using a DM642 based platform and I have these doubts: 1) the stack size of task seems to be limited to about 32 KB. Is this correct? Why is used this threshold? 2) how is allocated the stack? It seems that there is some hole in stack, but I don't know which alignment strategies are adopted by the DSP/BIO...


CCS DSP/BIOS config MCASP?

Started by reedlawson in TMS320c6x19 years ago

Hi. First time poster. :-) I'm doing a C6713 project using the MCASP. My MCBSP and HPI are going to be disabled so as to...

Hi. First time poster. :-) I'm doing a C6713 project using the MCASP. My MCBSP and HPI are going to be disabled so as to use the MCASP unit. This is how I plan to get the audio into the chip. So, in the DSP/BIOS config thingy in CCS, I see a ob


EDMA under DSP/BIOS II

Started by Anonymous in TMS320c6x23 years ago 12 replies

Has anyone an example code using C6711's McBSP with EDMA under DSP/BIOS II? Specially I am interested in the initialization...

Has anyone an example code using C6711's McBSP with EDMA under DSP/BIOS II? Specially I am interested in the initialization sequence. I have written a test program which initializes McBSP in Digital Loopback mode and EDMA to feet the transmiter and read the receiver. It works f


Interrupt configuration under DSP/BIOS

Started by Anonymous in TMS320c6x21 years ago

Hi all, I am uncertain of the HWI and SWI interrupt configuration under DSP/BIOS. Though there is a sample code on the...

Hi all, I am uncertain of the HWI and SWI interrupt configuration under DSP/BIOS. Though there is a sample code on the timer interrupt, I would like to find out more on how I can configure the external interrupt(int4-7). Anyone has written any code for it? Or, an


DSP/BIOS Float[] Vs float[]

Started by rockall_rebel in TMS320c6x20 years ago 1 reply

Hi all, I'm new to the C6711DSK and have a question regarding DSP/BIOS data types. I'm outputting a 100Hz sin wave from my...

Hi all, I'm new to the C6711DSK and have a question regarding DSP/BIOS data types. I'm outputting a 100Hz sin wave from my 88.2kHz DAC. To produce this signal, I've filled a buffer of size 882, as follows - Float sig[100]; Void main() { Int i;


EDMA

Started by Khawar Shahzad in TMS320c6x16 years ago

HI, I am using dsk6416 and i am trying to write a program to transfer data using edma... I am using dsp bios and i am setting HWI_INT8 to edma...

HI, I am using dsk6416 and i am trying to write a program to transfer data using edma... I am using dsp bios and i am setting HWI_INT8 to edma controller in dsp bios and my isr name is "hwi8" But my problem is that although the data get copied but : 1) edma is not generating transfer complete interupt. 2) If i am transfering 16 elements then i have to call EDMA_setChannel function 16 times...


Re : Static SEM & MBX declarations without DSP/BIOS config file...

Started by Alan Campbell in TMS320c6x21 years ago

Resending to newsgrp... > Hello, > > I'm trying to write a library that would need some DSP/BIOS > semaphores...

Resending to newsgrp... > Hello, > > I'm trying to write a library that would need some DSP/BIOS > semaphores (SEM) & mailboxes (MBX). > > This library is to be used in several projects, so that I


=?GB2312?B?tPC4tDogW2M2eF0gSFdJIHVzaW5nIGRzcCBiaW9zLg==?=

Started by "Yang, Chunhua" in TMS320c6x15 years ago 2 replies

HI, For DSP/BIOS application, before main() function, all BIOS modules have been initilised. Main function is usually used for you own...

HI, For DSP/BIOS application, before main() function, all BIOS modules have been initilised. Main function is usually used for you own application initialisation (e.g. your own hardware initilisation). Also, in main function, global interrupt enable should not be allowed. So, You may try to interrupt when running in a task object. Hope this works. Regards, C. Yang _________...


DSP BIOS Version

Started by chibesa chilumbu in TMS320c6x21 years ago 2 replies

Hi C6xers, Does anyone know how to find out what version number of DSP BIOS is current running with the installed CCS? I have...

Hi C6xers, Does anyone know how to find out what version number of DSP BIOS is current running with the installed CCS? I have just re-installed CCS version 2.20, and the previous version was 2.20.18. When I build my project files (with zero pre- reinstallation errors), I get a


csl without DSP/BIOS

Started by kperi74 in TMS320c6x22 years ago

Hi, I am a newbie to CSL and CCS. I am trying to compile the DMA example at the end of the spru401C. It is an example showing...

Hi, I am a newbie to CSL and CCS. I am trying to compile the DMA example at the end of the spru401C. It is an example showing CSL without DSP/BIOS. I am getting compilation errors "DMA_Config" undefined DMA_Handle" undefined etc. Is the