DSPRelated.com

McBsp Problem

Started by raja nayaka in TMS320c6x21 years ago 2 replies

Hello pals I am using Tms320C6211 DSP & CCS ver 2. I am configuring the McBsp port using the MCBSP_configArgs . I find this...

Hello pals I am using Tms320C6211 DSP & CCS ver 2. I am configuring the McBsp port using the MCBSP_configArgs . I find this strange observation. The SPCR ,RCR,XCR get configured according to my configuration except for the PCR. The PCR remains 0 throughout . But when


bug of TI c6000's lib of mcbsp

Started by Tao Wang in TMS320c6x21 years ago 3 replies

Hi,all I have been annoyed by mcbsp of c6203 from the beginning of our design and test. I have now find out some of the...

Hi,all I have been annoyed by mcbsp of c6203 from the beginning of our design and test. I have now find out some of the problem. 1. the address of XCR0 is wrong in csl_mcbsphal.h line 851: #define _MCBSP_XCR0_ADDR 0x018 4?(c) 0010u 2. the macro "MCBSP_


EDMA interface to McBSP

Started by rockall_rebel in TMS320c6x20 years ago 1 reply

Hi all, I'm new to the C6711DSK and I'm hoping you guys can help me to sort out one or two problems I'm having. I'm...

Hi all, I'm new to the C6711DSK and I'm hoping you guys can help me to sort out one or two problems I'm having. I'm attempting to use the EDMA controller to send and receive data via the McBSP which in turn interfaces to the AIC23EVM codec (which sends and receive


EDMA McBSP example

Started by Chirag Dadlani in TMS320c6x20 years ago

  Hello! I was trying out the EDMA-McBSP example provided by TI which takes an audio input and outputs the same by using EDMA...

  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 DSK... when i try to load ALL the code offchip instead of onchip (as in the original example), including the vector descr


Nested Interrupts (Timer->MCBSP) ????

Started by furli2001 in TMS320c6x21 years ago

Hi, I have a problem!!! How it's possible to nest HWI ISR? For example in the ISR of the timer reading port MCBSP when a data ...

Hi, I have a problem!!! How it's possible to nest HWI ISR? For example in the ISR of the timer reading port MCBSP when a data frame is received? Thanks Ciao


McBSP with DMA

Started by pablo fraile in TMS320c6x22 years ago 1 reply

Hi all! I'm trying to configure a McBSP transfer between two C6202 using DMA events both to transmit and receive data. The process...

Hi all! I'm trying to configure a McBSP transfer between two C6202 using DMA events both to transmit and receive data. The process is ok, except that data received is shifted by two bytes (first two values are nonsense). I'm I loosing something? If it helps, I include the config for


using mcbsp as uart in TMS320c6713 dsk

Started by krrs...@yahoo.co.in in TMS320c6x17 years ago 2 replies

hi everybody, I am trying the code of spra633b for using mcbsp as uart. I am able to get the output signals in my clkx,dx,fsx at the berg...

hi everybody, I am trying the code of spra633b for using mcbsp as uart. I am able to get the output signals in my clkx,dx,fsx at the berg and if i short it correspondingly with the receiver pins in the berg it works. But when i connect it to a line driver ( max232) and try to see the transmitted character in the terminal window of the PC, i am getting chunk values displayed.The h...


wonderful McBSP!!

Started by eric johnson in TMS320c6x21 years ago 1 reply

Hi c6xers, I am new to c6711 and ccs 2.0 programming. I am trying to establish a communication channel between 2 c6711 DSK's...

Hi c6xers, I am new to c6711 and ccs 2.0 programming. I am trying to establish a communication channel between 2 c6711 DSK's using ever wonderful McBSP port. I have tried many codes that were supplied with the documents available online. I encountered errors of varying kinds o


UTOPIA and IEEE1394

Started by Yasser Attarizzi in TMS320c6x21 years ago 3 replies

hi all i want to capture the pictures of a digital camera by DSP via MCBSP the camera have a IEEE1394 port and i want to read the...

hi all i want to capture the pictures of a digital camera by DSP via MCBSP the camera have a IEEE1394 port and i want to read the data of IEEE1394 bye MCBSP is there anybody having experience about that or is there any application report on that in TI site or internet? regards


Servicing McBSP with EDMA

Started by vangorp_jan in TMS320c6x20 years ago 1 reply

Hello, I would like to service a McBSP with EDMA. The situation is this: I have a daughtercard for a C6713DSK wich has a...

Hello, I would like to service a McBSP with EDMA. The situation is this: I have a daughtercard for a C6713DSK wich has a multiple channel DAC. The McBSP0 is used as the interface between the DAC and the CPU. I want to control 4 channels on the DAC, this means I have to


McBSP c6211 DSK

Started by Chirag Dadlani in TMS320c6x20 years ago

  I need urgent help. Please help me, I have only 3 days to complete my project and need to get this working. I want to use the...

  I need urgent help. Please help me, I have only 3 days to complete my project and need to get this working. I want to use the McBSP 1 to transmit data to another C6711 DSK from my C6211 DSK. I need to know how to make both McBSPs 'external', ie, i want to enable the input - output of the


McBSP, please help

Started by Thanawach Reungnava in TMS320c6x22 years ago

DSPers, Dear all, I am trying to receive serial data using McBSP in DSP/BIOS. The problem is when the DSK6711 doesn't connect...

DSPers, Dear all, I am trying to receive serial data using McBSP in DSP/BIOS. The problem is when the DSK6711 doesn't connect to serial stream, the McBSP0_Receive interrupt that map to HWI11 unusually invoke. I would like to add that I haven't use Sample-Rate Generator,


Transfering digital audio using McBSP

Started by kami10001 in TMS320c6x19 years ago 1 reply

Hello, Can someone refer me any document where i can find how to transfer digital audio from a music file stored in PC...

Hello, Can someone refer me any document where i can find how to transfer digital audio from a music file stored in PC using McBSP (or anything) without changing it into analog. I have tried with audio example (c:\ti/examples) & TMS320 DSP Algorithm Standa


Mcbsp as uart

Started by krrs...@yahoo.co.in in TMS320c6x17 years ago 1 reply

Hello all, I am trying to run the code from spra633 to implement a uart using the first method (mcbsp in serial port configuration) on a...

Hello all, I am trying to run the code from spra633 to implement a uart using the first method (mcbsp in serial port configuration) on a dsk6713. The function ProcessTransmitData() seems to work fine and to fill "xmitbuf" correctly, the transmit and receive edma events do occur but the data I get in "recvbuf" is all wrong,the values in "recvbuf" are also random (not 0x0000 or 0xFFFF). I also...


Using McBSP as SPI slave

Started by Xiang Chao in TMS320c6x22 years ago

Hi, I've got a problem while using McBSP as SPI slave device. Could anybody help me? It frustrate me for a long time, I'm almost...

Hi, I've got a problem while using McBSP as SPI slave device. Could anybody help me? It frustrate me for a long time, I'm almost in despire. When the master device send a byte 0x55, I got 0xabff. It seems the data being left shifted for 9 bits. Does that mean I initialize


TMS320C6000 McBSP: IOM-2 interface

Started by faty najmeddine in TMS320c6x22 years ago

Hi, I am newer to c6000 and I'm trying to use the TMS320C6000 McBSP to interface to an IOM-2 compliant device .I am...

Hi, I am newer to c6000 and I'm trying to use the TMS320C6000 McBSP to interface to an IOM-2 compliant device .I am working on a 6711DSK using CCS version 2.10. I followed the application report document (SPRA569A) for TI. After build the program, I have sev


Urgent :help

Started by mahmoud EL-Tahawy in TMS320c6x17 years ago 1 reply

Hi I want to ask if i can interface the MMC to McBSP in the TMS320C6711 DSK and if it could be done , how ? plz if any one know any source for...

Hi I want to ask if i can interface the MMC to McBSP in the TMS320C6711 DSK and if it could be done , how ? plz if any one know any source for providing some information about that , mail me Thanks in advance Mahmoud --------------------------------- Now that's room service! Choose from over 150,000 hotels in 45,000 destinations on Yahoo! Travel to find your fit.


Newbie- configuring interrupts for transferring from MCBSP via DMA

Started by in TMS320c6x20 years ago

Hello, I'm a newbie in this group (and still in the digital processing with DSP's), and I've a doubt. When the read ...

Hello, I'm a newbie in this group (and still in the digital processing with DSP's), and I've a doubt. When the read synchronization is set in a transfer involving DMA, it starts automatically when there is a new data in the DRR of the MCBSP or it is needed to configure more paramete


C67 EVM to DAC to ADC to C67 EVM through McBSP

Started by Julian Gomez in TMS320c6x24 years ago 1 reply

If any of you have any recommendations on where I could find previous work done in connecting a C6701 EVM to a DAC through McBSP,...

If any of you have any recommendations on where I could find previous work done in connecting a C6701 EVM to a DAC through McBSP, please let me know as I could use all the help I could get and there doesn't seem to be a lot on the TI site. Any other hints/suggestions would be greatly


Connecting McBSP to Multiple DAC

Started by leian_co in TMS320c6x16 years ago

I am designing downlink smart antenna system using one TMS3206713B. In my design the DSP has to be connected to 16 number of Digital to analog...

I am designing downlink smart antenna system using one TMS3206713B. In my design the DSP has to be connected to 16 number of Digital to analog converter (DAC), the output of these DAC must be sent to IF or RF chain which then to be transmitted by the antenna elements simultaneously. My question is Can I use McBSP (EPI) to send the information to all DAC serially, or I have to use GIOP...