Forums Search for: MCBSP
McBSP initialization
inI'm attempting to set up McBSP using code composer v3.1 with a C5416, and can't even get the simple setup from the dma4.c or mcbsp.c to work. I...
I'm attempting to set up McBSP using code composer v3.1 with a C5416, and can't even get the simple setup from the dma4.c or mcbsp.c to work. I created the configurations I wanted, and used the code provided in dma4.c as a template to open the mcbsp channel and start everything, and the code always stops at this line. while(!(MCBSP_xrdy(myhMcbsp))){ ; } I'm not sure why the xrdy s...
McBSP - SPI
hi group Are there any tutorials that teach about the basics of McBSP. I also wish to know about configuring McBSP in SPI mode....
hi group Are there any tutorials that teach about the basics of McBSP. I also wish to know about configuring McBSP in SPI mode. Is McBSP a port on the OMAP board? Can it located on the OMAP board? Shaahul
McBSP reset during MCBSP receive interrupt
inHi, Is it possible to reset/set McBSP_0 during McBSP receive or transmit interrupt in C5410A wit CCS1.2? I implemented an...
Hi, Is it possible to reset/set McBSP_0 during McBSP receive or transmit interrupt in C5410A wit CCS1.2? I implemented an interrupt service routine acting after McBSP receive interrupt. I have to reset/set the McBSP during this time? It is easy to reset/set
Configuring DMA to trasmit 8bit element through McBSP
Hello, I'm actually facing a problem : I would like to transmit frames of variable lengths made of 8 bit elements, using both...
Hello, I'm actually facing a problem : I would like to transmit frames of variable lengths made of 8 bit elements, using both McBSP and DMA. I don't know exactly how to configure DMA and McBSP. I use the McBSP event to synchronize DMA transfer but I don't know if I have to conf
McBSP as SPI
Hi, Does someone have any code example for McBSP as SPI Slave Initialisation ? Can I configure the 3 McBSP of the '5409...
Hi, Does someone have any code example for McBSP as SPI Slave Initialisation ? Can I configure the 3 McBSP of the '5409 separatly ? Thanks a lot, Denis
McBSP in SPI mode
Dear All, I want to use McBSP of C54CST in SPI mode, so the following are my questions about that: 1- Does CSL support McBSP in SPI mode? How...
Dear All, I want to use McBSP of C54CST in SPI mode, so the following are my questions about that: 1- Does CSL support McBSP in SPI mode? How the SS pin is active? 2- Does McBSP save received data and transmit the output data concurrently? 3- I want to use DSP as master and send a command via SPI to slave and receive the respond of slave in next packet from slave. How is the scheduling of this...
Programming McBSP!!
Hi all, I would like to have some code about programming the McBSP of dsp5402. It's to send and receive informations with a...
Hi all, I would like to have some code about programming the McBSP of dsp5402. It's to send and receive informations with a codec AD50. With the daughter board on the dsk board, is it possible to use the McBSP with this connections without modifiyng configuration
McBSP in multichannel mode
I got with some doubts about the operation of the McBSP serial port in the multichannel configuration. The manual says tha it's...
I got with some doubts about the operation of the McBSP serial port in the multichannel configuration. The manual says tha it's possible to acces up to 128 chanells on witch McBSP channel... but it did not get clear for me. Does anybody could give some hint about the operation of
problems on McBSP and audio codec interfacing
Hello all, I am facing problems with the configuration of McBSP and Audio Codec .The required file is attached for your...
Hello all, I am facing problems with the configuration of McBSP and Audio Codec .The required file is attached for your reference. I hope you will be able to point out where the mistake lies. I have the following issues regarding McBSP 1) Regarding frame w
MCBSP - GCI / IOM-2
Has anyone tried implementing GCI/IOM-2 using the MCBSP? I am considering using the MCBSP for GCI but I am unsure as to how ...
Has anyone tried implementing GCI/IOM-2 using the MCBSP? I am considering using the MCBSP for GCI but I am unsure as to how feasible it is. Ideas?
problem of MCBSP on DSK
hello : I have some problem about using MCBSP ON DSK. i've tried some MCBSP examples: DAA(tel) and CODEC(audio in out), and...
hello : I have some problem about using MCBSP ON DSK. i've tried some MCBSP examples: DAA(tel) and CODEC(audio in out), and sure that MCBSP0/1 are all at work. but now i got some problem: i've tried to use CNTL2(CPLD register) register to
plz guide me: McBSP in SPI mode with DMA
Dear all, Do you know any C code for working mcbsp in spi mode and using DMA? I changed the example of TI which use mcbsp by dma but when I...
Dear all, Do you know any C code for working mcbsp in spi mode and using DMA? I changed the example of TI which use mcbsp by dma but when I changed mcbsp to spi mode that example did not work. regards
Interfacing SLIC (Si3210) with McBSP
inSomebody please do let me know how can I interface SLIC (Si3210) with C54X. Application notes from the TI tells that SLIC can be interfaced with...
Somebody please do let me know how can I interface SLIC (Si3210) with C54X. Application notes from the TI tells that SLIC can be interfaced with the McBSP. Please somebody tell me the configuration for the PCM interface in McBSP. Thanks and regards.
A question about DMA-McBSP configuration~
Hello~ groups~~ I have a question about DMA-McBSP configuration. Let me explain some cases. The system that I ponder on has 3...
Hello~ groups~~ I have a question about DMA-McBSP configuration. Let me explain some cases. The system that I ponder on has 3 McBSP(each including tx, rx) and 32 multichannels at each. The system has to process Time-switching by connecting each channel. (For example, 0 M
McBSP bitrate. 5410.
There is follow statement in "SPRS139E" (DataSheet_rev_E). "The McBSP is fully static and operates at arbitrarily low clock ...
There is follow statement in "SPRS139E" (DataSheet_rev_E). "The McBSP is fully static and operates at arbitrarily low clock frequencies. The maximum McBSP multichannel operating frequency on the 5410A is 9 MBps. Nonmultichannel operation is limited to 38 MBps." (p
Trigger multiple DMA's off same event?
inIs 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...
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 event triggers a different DMA that writes to a different McBSP's transmit register. Can this be done? Thanks, Brian -- ----------------
Simulating McBSP & DMA in CC?
Hi, Is it possible in Code Composer to simulate receiving data on a McBSP channel and generate DMA interrupts? (The McBSP & DMA...
Hi, Is it possible in Code Composer to simulate receiving data on a McBSP channel and generate DMA interrupts? (The McBSP & DMA are synchronized). I've tried using 'Pin Connect' and 'Port Connect' together to simulate McBSFR0 and MCBSP0_DRR1 respectively and I see no
MCBSP transmit DMA question
I have a MCBSP configured in SPI mode and have configured a transmit DMA channel (MCBSP transmit event). How do I kick off the DMA?...
I have a MCBSP configured in SPI mode and have configured a transmit DMA channel (MCBSP transmit event). How do I kick off the DMA? Do I need to write a data word to the transmit register?
c54x McBSP interface with FPGA
Hi, I am facing one problem using McBSP serial port and DMA .. My program is : FPGA interface with McBSP serial port of...
Hi, I am facing one problem using McBSP serial port and DMA .. My program is : FPGA interface with McBSP serial port of c54x ---------------------------------------------- explanation: ------------ Reveive the real time data from FPGA through Mc
IOM-2 master with the McBSP
Hi list, I'm trying to the interface a device (Inf PEB3265) using its IOM-2 port with the McBSP. Appnote 569 (for C6x)...
Hi list, I'm trying to the interface a device (Inf PEB3265) using its IOM-2 port with the McBSP. Appnote 569 (for C6x) explains how the McBSP can be used in IOM-2 slave mode. The PEB3265 can only operate in slave mode itself, which means the C5402 must be the master.