DSPRelated.com

McBSP ,EDMA and ST-BUS on C6711DSK

Started by active9009 in TMS320c6x19 years ago 2 replies

Hi All, I have a problem for initialize McBSP to interface with ST-BUS(4 channels); that is time slot miss-align, two...

Hi All, I have a problem for initialize McBSP to interface with ST-BUS(4 channels); that is time slot miss-align, two slot are shifted. My McBSP is serviced by EDMA and I've verified that EDMA transfer from DRR is correct but transfer to DXR makes this pro


Mcbsp and DMA synchronization

Started by Kiran Chitriki in TMS320c6x21 years ago

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


Understanding EDMA and McBSP

Started by xoni...@yahoo.es in TMS320c6x18 years ago

Hi all, I`m newbie to DSPs and I`m using TMS320C6711DSK. I want to generate a serial signal, which has 80 bits at 1MHz every 250 uscs. I want...

Hi all, I`m newbie to DSPs and I`m using TMS320C6711DSK. I want to generate a serial signal, which has 80 bits at 1MHz every 250 uscs. I want to use timer1 to prompt the start of the signal, and McBSP with EDMA to generate the signal. I'm able to make it once configuring the EDMA and McBSP properly, but I can't make it periodically, the EDMA interrupt is not generated. How can I do it?? Is i...


Problem in MCBSP:UART

Started by human_ghost13 in TMS320c6x16 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 ...


6211, McBsp Interrupt problem

Started by raja nayaka in TMS320c6x21 years ago 3 replies

hi DSP pals i have problem with McBsp interrupt. we are using TMS320C6211 from TI ,we are using McBsp channel 0 , which...

hi DSP pals i have problem with McBsp interrupt. we are using TMS320C6211 from TI ,we are using McBsp channel 0 , which recieves ST bus samples, we are using ST bus samples to determine DTMF signals, using oertzel algorithm.we have not used DSP BIOS.we have used 100% ca


MCBSP/AIC23 interrupt

Started by s251...@tuks.co.za in TMS320c6x15 years ago

Hi! I want the DSP to interrupt each time an audio sample is ready to be received from the McBSP and each time an audio sample is ready to be...

Hi! I want the DSP to interrupt each time an audio sample is ready to be received from the McBSP and each time an audio sample is ready to be transmitted. So I want to receive data from the AIC23 codec, process it, but service interrupts in between and play out audio through line out. How would I go about doing this? I have scanned through chapters in the CSL API reference about McBSP and ...


TMS320C6713 MCBSP FSX Problem

Started by shahzad ahmed in TMS320c6x14 years ago

Dear All, I have been using external clock for MCBSP. FSX signal has been generated on every DXR2XSR shift. I have been interfacing McBSP with...

Dear All, I have been using external clock for MCBSP. FSX signal has been generated on every DXR2XSR shift. I have been interfacing McBSP with HI-15530. FSX has been generated but it has not been activating the encoder. Because we are applying FSX Pulse directly on Encoder Enable pin of HI-15530. I have measured Voltage level of FSX signal through Volt Meter. It was something round abou...


McBSP initialization Problems

Started by M. A s i f in TMS320c6x19 years ago

Hello!! Is there any graphical method i can initialize McBSP? can i do this using some graphical tool on CCS, can any body suggest me some...

Hello!! Is there any graphical method i can initialize McBSP? can i do this using some graphical tool on CCS, can any body suggest me some API or some other support files for that!!


MCBSP event issue

Started by alberthcsiu in TMS320c6x16 years ago

Hi All, I am using the DSK6455 as my development platform. I try use the EDMA to handle the data transfer via the MCBSP channel. I can...

Hi All, I am using the DSK6455 as my development platform. I try use the EDMA to handle the data transfer via the MCBSP channel. I can transfer the data perfectly if I use polling which poll the transmit and receive ready flag of the MCBSP interface. I want to use the EDMA but not polling to handle the data transfer. My program do not work when I test it. The problem is that the EDMA co...


McBSP SPI Slave Tx and Rx

Started by sank...@hotmail.com in TMS320c6x15 years ago 8 replies

I have configured McBSP0 as a slave to talk to my external Master. I used 4 pins, CLK, SO, SI, and SS as frame sync for McBSP. I do not have any...

I have configured McBSP0 as a slave to talk to my external Master. I used 4 pins, CLK, SO, SI, and SS as frame sync for McBSP. I do not have any issue receving data from Master. However I am haveing some trouble in downloading data to Master. Seems losing data. I configure EDMA to trasfer data from McBSP receive register to a buffer in memory. However I Did not configure any EDMA channel for Tr...


McBSP-UART issues in C6713

Started by Aditi Akula in TMS320c6x13 years ago 2 replies

Hi I am using C6713 and want to interface a UART. Doing so by using McBSP as GPIO. I have taken the code from the TI's SPRA633C document...

Hi I am using C6713 and want to interface a UART. Doing so by using McBSP as GPIO. I have taken the code from the TI's SPRA633C document that describes how to use McBSP as a soft UART in GPIO mode. To test the code and verify if I am receiving correctly, I just put the code inside a while(1) loop inside main() as follows voide main(){ ----- ------ while (1){ Ua...


8khz sampling with SPI(McBSP) and dma

Started by ahmadagha23 in TMS320c6x16 years ago

Hi, 1-As I know in SPI mode there is not the feature to program FPER in McBSP. I want to read 16-bit samples every 125us in SPI mode. (it is...

Hi, 1-As I know in SPI mode there is not the feature to program FPER in McBSP. I want to read 16-bit samples every 125us in SPI mode. (it is compulsory). I want to use DMA and not add any checking or time consuming code to my project. 2- If my cpu internal clk is 120 MHz and the CLKGDV field of my SRGR is 8 bits, how can I use mcbsp(in SPI mode) with internal clk source and with 100KHz...


Problem with EDMA and McBSP on C6713

Started by kari...@utu.fi in TMS320c6x17 years ago 2 replies

Hello, I am using McBSP configured as a SPI slave to transfer data from C6713 to a computer with EDMA feeding 128 element frames into McBSP and...

Hello, I am using McBSP configured as a SPI slave to transfer data from C6713 to a computer with EDMA feeding 128 element frames into McBSP and EDMA transfer complete interrupts invoking new frame transfers. The problem is that during almost every frame the transfer stalls at some point resulting the rest of the received frame to be zeroes. The transfer recovers when the next frame boundary nor...


Re: How to add Chip Support Library

Started by jaim...@gmail.com in TMS320c6x15 years ago

I have installed in CCStudio_v3.3\pspdrivers_1_10_01\packages\ti\sdo\pspdrivers\soc\dm6437\examples\mcbsp an example of mcbsp that use the...

I have installed in CCStudio_v3.3\pspdrivers_1_10_01\packages\ti\sdo\pspdrivers\soc\dm6437\examples\mcbsp an example of mcbsp that use the CSL, if you do not have pspdrivers install them. I have tested and works well _____________________________________


McBSP simulation

Started by simha j in TMS320c6x22 years ago 1 reply

hi all, I am using CCS2.0 for 62x. Can I test McBSP using DSP/BIOS under simulator mode.??? Please mention some docs...

hi all, I am using CCS2.0 for 62x. Can I test McBSP using DSP/BIOS under simulator mode.??? Please mention some docs related to this. Thanks


Help reg McBSP's

Started by himachandra chebrolu in TMS320c6x21 years ago 1 reply

I'm trying to use McBSP's and when I'm trying to build my project I'm encountering this error.Has any one had a one of the similar...

I'm trying to use McBSP's and when I'm trying to build my project I'm encountering this error.Has any one had a one of the similar kind. Thnx in Advance, -Hima. undefined first referenced symbol in file --------- ---------------- _hMcbsp0 C:\ti\myproject


Using MCBSP with edma3 example

Started by itam...@gmail.com in TMS320c6x16 years ago

Hi I look for MCBSP driver with edma3 support Check Out Industry's First Single-Chip, Multi-Format, Real-Time HD Video Transcoding...

Hi I look for MCBSP driver with edma3 support Check Out Industry's First Single-Chip, Multi-Format, Real-Time HD Video Transcoding Solution for Commercial & Consumer End Equipment: www.ti.com/dm6467


Trouble with McBSP running at 8M on C6415

Started by William Zhang in TMS320c6x19 years ago 5 replies

Hi, I am developing a new board utilizing TI's C6415 chip and H.110 Framer. I have some troubles with the McBSP port when the the...

Hi, I am developing a new board utilizing TI's C6415 chip and H.110 Framer. I have some troubles with the McBSP port when the the serial port is running at 8M. Basically all the three McBSP ports connect to the local stream of the H.110 Framer, the serial port clock and frame is synchronized to the external clock and frame signal fr


edma $ mcbsp configuration and sequence problems

Started by fx-7...@163.com in TMS320c6x14 years ago 7 replies

hello everyone! I'm now doing a project focus on transmission of data thru mcbsp that controlled by edma.the project is based on the...

hello everyone! I'm now doing a project focus on transmission of data thru mcbsp that controlled by edma.the project is based on the 'app_dsk' demo.in the demo project,it uses mcbsp2 in both receiving and transmitting,in my project I just use mcbsp0 to transmit,no receiving,the data for transmission is prepared in the program.I just configure the registers of mcbsp0 and edma as required,mcbsp...


phase 1 & 2 in McBSP

Started by joshy jose in TMS320c6x17 years ago

hai friends i am little bit confused with this phase in mcbsp communication , what is the use of phase 1 & 2 , and the difference between ...

hai friends i am little bit confused with this phase in mcbsp communication , what is the use of phase 1 & 2 , and the difference between frame and phase? -- regards, Joshy m. Jose kerala , India 91-9447976001