Forums Search for: McBSP
Simulating McBSP
inIf I generate the McBSP frame sync, and clock internally, can I simulate the McBSP? I have set up DMA to service the McBSP, but...
If I generate the McBSP frame sync, and clock internally, can I simulate the McBSP? I have set up DMA to service the McBSP, but aside from feeding DXR one or two words, it just sits there without advancing. I do not see the status bits of the SPCR changing, so my guess is that
I2S ADC interfacing with DSP
Can i use McBSP for interfacing of stereo signal (left and right channels) i.e. I2S. if yes, then how? I want to connect to ADC with McBSP. how...
Can i use McBSP for interfacing of stereo signal (left and right channels) i.e. I2S. if yes, then how? I want to connect to ADC with McBSP. how can i pick up signal from two McBSP. As clock to both ADC is same. I want to get signal from both ADCs with different input signals. How can i get data from two McBSP without losing data from any McBSP. if i choose interrupt, will i get data from two Mc...
Is the synchronization a bug in TMS320C6416?
hello,everyone,nowadays i am doing experiments on McBSP of 6416,but i find the 'xrdy'and 'rrdy' in SPCR of McBSP are not woking as what described...
hello,everyone,nowadays i am doing experiments on McBSP of 6416,but i find the 'xrdy'and 'rrdy' in SPCR of McBSP are not woking as what described in spru401(TMS320C6000 DSP Multichannel Buffered Serial Port (McBSP) ),they seems behavior strangly!below is my source code,dose anybody encounter the same problem? /* examples:1.set CPUclk/256 as the clk for McBSP's SRGR,and generate the CLKR.CLKX ...
initializing MCBSP for MULTICHANNEL implementation
Hi, I have a long ambiguous story about the great MCBSP of EVM 6201...kindly go thru.. The peripherals guide on MCBSP...
Hi, I have a long ambiguous story about the great MCBSP of EVM 6201...kindly go thru.. The peripherals guide on MCBSP says..for multichannel implementation the MCBSP has to be programmed to read from different channels..ie based on our preference starting from cha
Switching speed og GPIO
inHi All, I am using the DSK6455 which includes two MCBSP port and these two MCBSP port of 6455 can be use as a SPI interface. In my system I...
Hi All, I am using the DSK6455 which includes two MCBSP port and these two MCBSP port of 6455 can be use as a SPI interface. In my system I use both MCBSP port to interface with ADC/DAC so there is no free MCBSP port. As I need another port to interface with a MCU which require a data rate at about 30Mb/s, so I decided to use the SPI interface. Since there is no free MCBSP port in my sys...
C6713B Mcbsp Spi
Hi all, Can anyone tell me if multiword frames work under SPI on this chip? The data sheet spra551a says it should but a help note in...
Hi all, Can anyone tell me if multiword frames work under SPI on this chip? The data sheet spra551a says it should but a help note in the knowledge base says: ############################## C6000 McBSP in SPI Mode Problem: Can the C6000 McBSP in SPI Mode be used with multi-word frames? Solution: The C6000 McBSP in SPI
Use of McBSP as UART
inHI all, How can we use McBSP as UART ? I am designing a McBSP to 8051 UART interface. The interface should work on 2 lines...
HI all, How can we use McBSP as UART ? I am designing a McBSP to 8051 UART interface. The interface should work on 2 lines (DX,DR) from McBSP and (TXD,RXD) of 8051. any related link will be helpful. regards, Sandeep
TMS320C6713 MCBSP with external clock
inActually i have been interfacing MCBSP with HI-15530 IC (Manchester encoder and decoder). You can refer application note on following link for...
Actually i have been interfacing MCBSP with HI-15530 IC (Manchester encoder and decoder). You can refer application note on following link for further details. http://www.holtic.com/AppNotes/AN-510_A.pdf I have interfaced MCBSP with HI-15530 as follows. MCBSP------------------------------------------------HI-15530 CLKX (Input)
controlling AIC23 via McBSP (c6713 DSK)
inHi, i have a question about controlling AIC23 through McBSP on C6713 DSK. AIC23 is interfaced with 2 McBSP, one for control and another for...
Hi, i have a question about controlling AIC23 through McBSP on C6713 DSK. AIC23 is interfaced with 2 McBSP, one for control and another for data flow. To use the AIC23, I have to initialize the AIC23 first by writing AIC23 config structure to McBSP port 0, then we can start data transfer through McBSP port 1. In my work, I am trying to modify the ti example dsk_app.pjt. I want the dsk beh...
Re: Using McBSP/EDMA
kami10001 wrote: > hi > > 1-can i directly transfer digital audio data from a .dat/wmv file to > McBSP or its necessary...
kami10001 wrote: > hi > > 1-can i directly transfer digital audio data from a .dat/wmv file to > McBSP or its necessary to use UART. > > 2-How to configure McBSP @ 44.1kHz and 48kHz for 16/32 bit rates? > > br >
connecting McBSP to external devices
inhai friends, how to connect the McBSP to multiple channels? there is only one DX and DR in McBSP then how can it be connected to different...
hai friends, how to connect the McBSP to multiple channels? there is only one DX and DR in McBSP then how can it be connected to different channels? -- regards, Joshy m. Jose kerala , India 91-9447976001
How to use McBsp on 6416T DSK
Hi, I am using TMS320C6416T dsk with CCS3.1, I need to interface a A/D converter with 6416 through McBsp, Hw i can configure the DSK? Already...
Hi, I am using TMS320C6416T dsk with CCS3.1, I need to interface a A/D converter with 6416 through McBsp, Hw i can configure the DSK? Already McBsp has configured with AIC23 codec. Could i change the configuration to external interface. Thx, Kajan.
MCBSP Problem in C6416 evm(TP6416)
inHi all, Has anyone worked with "TORNADO-P6416 DSP"? I've connected the McBSP to the ST-BUS and set the McBSP for getting "frame...
Hi all, Has anyone worked with "TORNADO-P6416 DSP"? I've connected the McBSP to the ST-BUS and set the McBSP for getting "frame synchronize and clock" from ST-bus, some times McBSP gives interrupt when detects frame sync but some times it doesn't give interr
TI's DSP/BIOS : McBSP --> HWI
inDSPers, I am working on McBSP to receive data, and map it to HWI (already use dispatcher to be able to use HWI function that was...
DSPers, I am working on McBSP to receive data, and map it to HWI (already use dispatcher to be able to use HWI function that was written in C), so that when McBSP interrupt, it will do the function specified in HWI. But when run, nothing happened. I would like to
Mcbsp and DMA synchronization
Hi, I have set my DMA of EVM 6201 to read 16 bit samples each time thru line in and sending out 16 bit thru line out,but my...
Hi, I have set my DMA of EVM 6201 to read 16 bit samples each time thru line in and sending out 16 bit thru line out,but my MCBSP...ie the bits 7,6,5 of XCR,RCR are set to 32 bit..if i change it to 16 bit i dont get any output.does anybody know the answer?how does the MCBSP re
Re: McBSP Configuration Help
Gary, Do you have the 'FREE' bit set in the McBSP? This determines the functionality of the McBSP under emulation. What you...
Gary, Do you have the 'FREE' bit set in the McBSP? This determines the functionality of the McBSP under emulation. What you want is the FREE bit set to 1. This will allow the serial port to keep clocking while the CPU is halted. You don't need to worry about the EDMA as
how to connect the McBSP to multiple channels(USART and codec)?
Dear All, I use a C6713DSK for implementing a modem. I'd like to use the Mcbsp of TMS320C6713 as USART by using peripheral expansion...
Dear All, I use a C6713DSK for implementing a modem. I'd like to use the Mcbsp of TMS320C6713 as USART by using peripheral expansion connector, but in the DSK the MCBSP is connected to AIC codec. how to connect the McBSP to multiple channels(USART and codec)? there is only one DX and DR in McBSP then how can it be connected to different channels? Thankyou in advance Maryam Shabro ...
McBSP 32 and 8 bit transfer
inHi, I have a doubt while configuring port. I want to transfer 8 bit of data into external device through McBSP. I set in XCR lenght of word...
Hi, I have a doubt while configuring port. I want to transfer 8 bit of data into external device through McBSP. I set in XCR lenght of word XWDLEN1 to 8 bit and this is one phase configuration. I am not sure if I can use in this case api function MCBSP_write cos it's 32 bit value direct write. MCBSP(hMcbsp, 0x12345678). Can I sent in this way only 8 bits? If not how can I sent this 8 bit into...
troubleshoot mcbsp
inHi there, Can anybody help me ? mcbsp in my board seems not working. Is there any way to troubleshoot mcbsp ? Regards, Artiko...
Hi there, Can anybody help me ? mcbsp in my board seems not working. Is there any way to troubleshoot mcbsp ? Regards, Artiko Wibowo Check Out Industry's First Single-Chip, Multi-Format, Real-Time HD Video Transcoding Solution for Commercial & Consumer End Equipment: www.ti.com/dm6467
Blown MCBSP ?
inHello, I wrote a program for communication between the 6711 DSK's MCBSP's and some RF transceivers. The code by itself was...
Hello, I wrote a program for communication between the 6711 DSK's MCBSP's and some RF transceivers. The code by itself was working fine, I was testing it on a logic analyzer. I designed a buffer circuit to attenuate the 3.3V serial outputs of the MCBSP and add some DC bias