DSPRelated.com

controlling AIC23 via McBSP (c6713 DSK)

Started by Fariza Dion Prasetyo in TMS320c6x19 years ago 4 replies

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...

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...


Switching speed og GPIO

Started by alberthcsiu in TMS320c6x18 years ago 5 replies

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...

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...


I2S ADC interfacing with DSP

Started by sukh...@yahoo.co.in in TMS320c6x16 years ago

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...


how to connect the McBSP to multiple channels(USART and codec)?

Started by msha...@yahoo.com in TMS320c6x19 years ago

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 ...


Is the synchronization a bug in TMS320C6416?

Started by prof...@whut.edu.cn in TMS320c6x18 years ago

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 ...


Re: McBSP Pins as GPIOs - 6711D

Started by baba...@yahoo.com in TMS320c6x16 years ago

Hi I have a similar problem. I'm using DSK6713 and i cant use its McBSP as GPIO. Has your problem been solved? Thanks Babak > Hi all, >...

Hi I have a similar problem. I'm using DSK6713 and i cant use its McBSP as GPIO. Has your problem been solved? Thanks Babak > Hi all, > > With c6x peripheral guide spru190d, we found that > McBSP pins can be used as GPIOs. But with the > modifications to GPIO module in 6711D revision is > there any change with this. Still these McBSP pins can > be used for GPIO. Nothing is ment


TMS320C6713 MCBSP with external clock

Started by shahzad ahmed in TMS320c6x16 years ago 2 replies

Actually 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)


EDMA interrupt

Started by alberthcsiu in TMS320c6x18 years ago 1 reply

Hi All, I am using the DSK6455 as my development platform. What I am doing now is to setup the EDMA channel so that the EDMA will handle data...

Hi All, I am using the DSK6455 as my development platform. What I am doing now is to setup the EDMA channel so that the EDMA will handle data read form MCBSP and then transfer out form the same MCBSP channel. In the very beginning I try to use polling to poll the Rx and Tx ready flag of MCBSP channel to handle the data receive and transmit. And it prove that my MCBSP setting is correct. ...


EDMA vs. CPU memory access

Started by pivo...@email.cz in TMS320c6x18 years ago

Hi all, I'm using EDMA3 for infinity loop data send from a Buffer[] (in L2 memory) to a McBSP0 on C6455. When I start McBSP triggered EDMA...

Hi all, I'm using EDMA3 for infinity loop data send from a Buffer[] (in L2 memory) to a McBSP0 on C6455. When I start McBSP triggered EDMA transmission, everything is ok, unil I start write into sended Buffer[] variable. EDMA transfer starts to be unstable. appr. ... configure EDMA ... configure McBSP ... enable EDMA Channel 12 ... start McBSP transfer // All looking good, McBSP...


Code to get output from McBSP of C6713

Started by waji...@hotmail.com in TMS320c6x19 years ago 1 reply

Dear All, I have started working on the C6713. I want to check the output of the McBSP on the oscilloscope. Is is possible to check the output...

Dear All, I have started working on the C6713. I want to check the output of the McBSP on the oscilloscope. Is is possible to check the output from the McBSP on an analog oscilloscope?? Please provide me some code that writes somethong on the McBSP and gives the output. And how can I check the output?? Any response in this regard would be helpful. Thanks Wajahat


McBSP EDMA synchronisation issues

Started by Ramkumar R in TMS320c6x20 years ago

Hi I'm working on the implementation of a TDM driver with 6416 processor. The McBSP is used to transfer data through EDMA. The clock for...

Hi I'm working on the implementation of a TDM driver with 6416 processor. The McBSP is used to transfer data through EDMA. The clock for McBSP is provided by an external device. Due to some lack in synchronisation between McBSP and EDMA, the data appears shifted and appears in the next channel. The data for channel 0 is in channel 1, data for channel 1 is in channel 2 and so on. A ...


McBSP

Started by ahmadagha23 in TMS320c6x21 years ago

Hi friends I want to connect (read and write) a bidirectional line to McBSP of DSK6711: 1- How can I use McBSP to drive a...

Hi friends I want to connect (read and write) a bidirectional line to McBSP of DSK6711: 1- How can I use McBSP to drive a bidirectional line? 2- How can I use a McBSP to drive two bidirectional lines? 3- Have you ever connected PS/2 mouse (or any other types) to DSK6711? thanx


initializing MCBSP for MULTICHANNEL implementation

Started by Kiran Chitriki in TMS320c6x23 years ago

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


Use of McBSP as UART

Started by Sandeep Pande in TMS320c6x23 years ago 3 replies

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...

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


Simulating McBSP

Started by jvirzi2000 in TMS320c6x23 years ago 1 reply

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...

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


How can I write one 32bit data to mcbsp, and the mcbsp sends the data as two 16bit?

Started by in TMS320c6x20 years ago 2 replies

c6xhi, I connect the mcbsp to a serial AD. The AD receives a frame data like this: |----0----|--left...

c6xhi, I connect the mcbsp to a serial AD. The AD receives a frame data like this: |----0----|--left channel--|----0----|--right channel--| |<-16bit->|<----16bit----->|<-16bit->|<-----16bit----->| I want to write a 32bit data to the transmit register of mcbsp once, the 32


McBSP Pins as GPIOs - 6711D

Started by Bhaskar Reddy N in TMS320c6x21 years ago

Hi all, With c6x peripheral guide spru190d, we found that McBSP pins can be used as GPIOs. But with the modifications to GPIO module...

Hi all, With c6x peripheral guide spru190d, we found that McBSP pins can be used as GPIOs. But with the modifications to GPIO module in 6711D revision is there any change with this. Still these McBSP pins can be used for GPIO. Nothing is mention in SPRS088m document about the McBSP pins as GPIOs. Thanks in advance BHA


MCBSP Problem in C6416 evm(TP6416)

Started by mahdavi hassan in TMS320c6x22 years ago 1 reply

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...

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


C6713B Mcbsp Spi

Started by Dave in TMS320c6x21 years ago

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


Problem in MCBSP:UART

Started by human_ghost13 in TMS320c6x18 years ago

Hi Everyone, After my audio data processing on DSK6713 i need to transmit the processed data serially to a Microcontoller through MCBSP. I...

Hi Everyone, After my audio data processing on DSK6713 i need to transmit the processed data serially to a Microcontoller through MCBSP. I have studied spra633b and have tried both sample codes (MCBSP in Serial port & GPIO mode) but i am facing following problems: 1. In Serial Port mode when i run the program, i am getting the error "Transmission Error" (althogh i have shorted DX1,DR1 ...