Technical discussions about Code Composer Studio.
Search Results for "mcbsp"
Post a new Thread
sord...@hotmail.com - Jul 5 2006
Hi to everybody again,
I have been collecting information about programming c6713 peripherals. The project I am doing uses McBSP to send information between t... 
Brian C. Lane - Nov 23 2005
Is it possible to trigger 2 DMA\'s off the same McBSP event?
Eg. McBSP codec receive event triggers a receive DMA which reads data
from that McBSP.
Same receive eve... 
gregor6713 - Nov 2 2006
I'm using CCS 2.21 to develop programs for TMS320C6713.
I was using CSL 2.31.00.2 and DDK 1.11. I was using files uartmd...;
uarthw_c6x1x_mcbsp ... to use MCBSP for serial comm... 
Wei Wen Dai - Oct 12 2000
Dear all,
I am using the C5402DSK in a project.
Could anyone has some ideas on how to program the TLC320AD50 codec
and also the McBSP of C5402 ?
... 
ma_khayatzadeh - Oct 3 2006
Hi,
I have tried to simulate McBSP0 for TMS320vc5502 with CCS 3.1. But
When I start simulation and open "tools -> c55x peripheral registers
-> mcbsp" menu, I saw that fields o... 
island - Jun 12 2004
Hye,
I d like to use 4 DSPs TMS320F28xx, using McBSP serial port to
communicate between the DSPs, using ADC acquisition and bus CAn .
Is there any idea for ... 
Chirag Dadlani - Aug 2 2004
Hello!
I was trying out the EDMA-McBSP example provided by TI which takes an audio input and outputs the same by using EDMA transfers for the McBSP0 of the 6211... 
- Mar 1 2001
My problem: I want to emulate an UART by means of the McBSP of a
TMS320C6211 DSK. The necessary source code for the program is
described in the TI Application Repor... 
- Mar 15 2001
Hi
I'm in the process of updating my code to use interrupts rather than
polling and waiting.
I need to used Ext_Int4 for the McBSP Hardware interrupt and al... 
- Sep 28 2001
Hi all,
I am using TMS320C6711 DSK with Code Composer v1.23. I wrote a
program using Code Composer to send number stored in an array to
McBSP, using interrupt-... 
Philippe Maynard - Jan 31 2000
I am having trouble with the McBsp0 port. I want to build a FSK
modulator using the A/D, but i allways have that 4 Mhz sine wave with
my 1 Khz. I looked in the A/D ... 
- Nov 21 2000
Hello.
Does anyone know where I can find source code or examples of C code
for the code composer, for things like to initialise the McBSP ports
on the C6x.
... 
Muhammad Azam - Apr 26 2004
Hi All,
I am working on DSK6711 using CCS
2p1 (AD535 is the Audio Codec). My aim is to implement a Real-time DQPSK m... 
Jeff Brower - Mar 23 2007
Miguel-
> > Jeff-
> >
> > > How are you determining the CPU didn't halt? Do you have CCS + JTAG connected? I would guess that if JTAG is active,
> > all bets are o... 
robert - Feb 8 2005
Yes, I have come across this problem too. I had planned on using a VC++
program, to load the 6713 DSK … but have found out, like you, that CCS needs
to used unfo... 
dipesh4u - Apr 26 2003
Hi all,
I am new to this group and new to DSP programming. I hope it will be fun to be a
part of such a group where we all share common interests and goals.
... 
Pablo Luis - Jun 23 2006
Hi,=20
My name is Pablo Luis Sordo Mart=EDnez and I am doing my Final=20
Degree Project with a Texas Instruments DSP (TSM320C6713). I have=20
many questions about it... 
sord...@hotmail.com - Jun 28 2006
Thanks Tien,
>
> I have been reviewing the information you recommend to me
but it seems that programming peripherals without DSP/BIOS is very
difficult, because you ... 
silver_sparrow - Jan 12 2003
Hi guys!
I just got started in DSP with my DSP C6711 DSK kit.
So I am running CCS DSK v2.1.
I'm in the early learning stages of this thing, with only
fundmen... 
sord...@hotmail.com - Sep 6 2006
Hi to everyone,
I have found an example program which uses McBSP and although I know quite well how to program in C, I can't understand what these lines below mean:
... 
m_st...@hotmail.com - Mar 11 2010
Thanks for the reply, Jeff. I believe that this is a CSS problem, as somebody has posted about the same problem before (can't find the link now) and fixed it by changing some linke... 
ruben2020 - Nov 6 2003
Dear friends,
I have a program written for C6701 EVM board and would like to
convert it to work on C6711 DSK.
The program I have is in two portions. One ... 
Jeff Brower - Mar 11 2010
Mike-
> I've got Rulph Chassaing's book "Applications Using C and the
> TMS320C6x DSK" and I'm trying to use some of the
> examples - specifically fft256 and loop_intr, but... 