Forums Search for: MCBSP
Use McBSP as RS-232?
inHow hard is it to use an McBSP as an RS-232 serial port? I understand I would need a level converter, but how complicated is the software to...
How hard is it to use an McBSP as an RS-232 serial port? I understand I would need a level converter, but how complicated is the software to write? Is there any free code from TI which will do this? -Mike
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
McBSP for multi-SPI
inHi, How can I connect many components with SPI interface on the same McBSP port of a TMS320C5416 ? Thanks, Jerome ...
Hi, How can I connect many components with SPI interface on the same McBSP port of a TMS320C5416 ? Thanks, Jerome
more mcbsp questions
inI am using the TI sample code for the MCBSP described in their T1 interface book. I am getting receive interrupts for...
I am using the TI sample code for the MCBSP described in their T1 interface book. I am getting receive interrupts for every frame, but no transmit interrupts. I am using MCBSP0 and DMA channels 0 and 1. Anybody have any good guesses of what I should
DMA with auto initialization
Hi all, I am using a DMA channel with autoinitialization. I have a frame of 4 16-bit words. My question is how I have to...
Hi all, I am using a DMA channel with autoinitialization. I have a frame of 4 16-bit words. My question is how I have to configure the DMA and the McBSP in order to synchronize the DMA to the frame sync signal. The problem is that the McBSP gives an event every 16-bit wo
mcbsp2 and DMA
inCan anybody point me to the document that talks about the MCBSP's and DMA? I understand that only some of the DMA channels...
Can anybody point me to the document that talks about the MCBSP's and DMA? I understand that only some of the DMA channels are available to certain MCBSP's...but I can't find a document that talks about that. Thanks in advance. -Mike
mcbsp xrdy/rrdy
I am using the mcbsp to control a spi device. i have the following functions: unsigned char spi_Receive () { ...
I am using the mcbsp to control a spi device. i have the following functions: unsigned char spi_Receive () { MCBSP_start(hMcbsp0,MCBSP_RCV_START|MCBSP_SRGR_START|MCBSP_SRGR_FRAMESYNC,MCBSP_\ SAMPLE_RATE_DELAY_DEFAULT); while (!MCBSP_rrdy(hMcbsp0)); //(****)
40 bit SPI transfers with McBSP master
Hi, I'm trying to work out how to do this. My current idea is... 1. unpack 16 bit words into 8 bit words so the DMA can copy over...
Hi, I'm trying to work out how to do this. My current idea is... 1. unpack 16 bit words into 8 bit words so the DMA can copy over each word correctly. 2. Setup the DMA, 16 bit transfers. 3. McBSP for SPI operation, XFRLEN1 = 4 (5 - 1), XWDLEN = 8bits. I can't actually test this out yet so I was hoping whether someone
C5409 McBSP and DMA
Hi, We are in the process of upgrading our DSP from C549 to C5409 and have a few questions that we need to sort out first...
Hi, We are in the process of upgrading our DSP from C549 to C5409 and have a few questions that we need to sort out first before starting the design. i) Can the 5409 DMA transfer data from external memory between 8000h to FFFFh to the McBSP serial port (tx and rx)
MCBSP & T1/E1 on DSK5402
Hello Everyone! We are having problems with T1/E1 streams on McBSP using DSK5402. Our application should extract data from one...
Hello Everyone! We are having problems with T1/E1 streams on McBSP using DSK5402. Our application should extract data from one channel (64kbit/s) of E1 stream, do some signal processing, and resend that PCM samples. Though we've written our own code for this, we wanted to veri
McBSP as UART
Hi, I've followed the directions in SPRA661 to implement a software UART using the McBSP port 0. I am using a C5416 device and modified the...
Hi, I've followed the directions in SPRA661 to implement a software UART using the McBSP port 0. I am using a C5416 device and modified the included assembly slightly to allow for using a far memory model. Things work okay for the most part, but I am experiencing parity and framing errors every now and then when transmitting to the DSP. Sometimes I can transmit 100 or more characters wi...
5416/320AD77 Interfacing???
Hi, I've been having a terrible time just trying to program a McBSP to produce any output on any line (I'm attempting to...
Hi, I've been having a terrible time just trying to program a McBSP to produce any output on any line (I'm attempting to interface a 5416 with a TL320AD77 via a McBSP in SPI Master mode). It must be something very obvious... #define ADC_BSP hMcbsp1 MCBSP_st
McBSP in C5409
Hello, everyone. I have a question about C54xx's McBSP specifically for C5409. When it is done with transmitting data, Does DX pin...
Hello, everyone. I have a question about C54xx's McBSP specifically for C5409. When it is done with transmitting data, Does DX pin go into hi-Z state or stay in the last bit state waiting for the next frame sync? I know I can just hook up the scope and look, but thought I might get a quick
CCS Graphical configuration of McBSP
Hello all, Is this a known issue? I have looked for info on it but with no success. Using CCS 2.10 targetting a '5416. ...
Hello all, Is this a known issue? I have looked for info on it but with no success. Using CCS 2.10 targetting a '5416. I find that the graphical configuration of McBSP pins used as GPIO is not very sticky. Making changes in the configuration of other
MCBSP
Has anyone ever used the MCBSP Chip support library functions in CCS 2.0? Would you be willing to share some source code? TIA, ...
Has anyone ever used the MCBSP Chip support library functions in CCS 2.0? Would you be willing to share some source code? TIA, Carl Chipman Nomadics, Inc. http://www.nomadics.com --- Outgoing m
Help on McBSP on 5409 a ( Oops file got dropped )
inHelp on McBSP on 5409 a Anyone I have a problem thats making me nuts. I have McBSP2 set to Clockstop mode (As a SPI...
Help on McBSP on 5409 a Anyone I have a problem thats making me nuts. I have McBSP2 set to Clockstop mode (As a SPI MASTER) to talk to a Ramtrom serial Ram. I can clock data out to it ( Waveforms on the scope look perfect ). I have a very simple routi
DMA interrupt issue ...
I am currently working on the C54CST version of the DSP and am having issues with configuring a DMA channel. What I am trying to do is...
I am currently working on the C54CST version of the DSP and am having issues with configuring a DMA channel. What I am trying to do is capture(recieve) the DATA coming in on MCBSP 0 and just simply store the data in memory to read it later (basically I am testing part of the functionality of the DMA). MCBSP 0 is connected to an ST-BUS device (TP3071 CODEC) and the clock and frame sync are
McBSP as GPIO
inHi all, I have configured the McBSP #1 as GPIO (RRST_ = 0 RIOEN = 1). When I read the voltage on that pin (the pin is not...
Hi all, I have configured the McBSP #1 as GPIO (RRST_ = 0 RIOEN = 1). When I read the voltage on that pin (the pin is not connected, working with 5509 EVM from Spectrum Digital), I read 0 but the DSP read a logical 1 If I link the pin to the ground, the DSP sees a 0.
interfacing to a TI AIC23 codec.
inHi, i've been trying to figure out how to interface the AIC23 codec, to the 5402 dsp. Can it really be true that i need to use one...
Hi, i've been trying to figure out how to interface the AIC23 codec, to the 5402 dsp. Can it really be true that i need to use one of the MCBSP for the control interface, and then use the other MCBSP for sending the digital audio data?
using McBSP for TI Codecs
inhello i am working on codec TL320AD50c on TMS320VC5402 DSP kit. i have to send data to the codec. should i use DXR or DRR...
hello i am working on codec TL320AD50c on TMS320VC5402 DSP kit. i have to send data to the codec. should i use DXR or DRR register of McBSP In my program i have used DXR register to output the sample. i am getting the data in the DXR reg. when i tried to call