DSPRelated.com

5502. Syncronous transmission through two McBSPs

Started by alte...@gmail.com in TMS320c55x15 years ago

I use 5502. How can I synchronize data transmitted through two McBSP ports via DMA? Data from DX0 pin should be synchronised with data from DX1...

I use 5502. How can I synchronize data transmitted through two McBSP ports via DMA? Data from DX0 pin should be synchronised with data from DX1 pin. This is needed to implement so called "Blackfin interface" between AD9957 and 5502 DSP.


HWI object and McBSP

Started by davidganor in TMS320c55x21 years ago

Hi all!, Again me. I've written an ISR that reads Int16 elements from McBSP1 (it's configured through the GUI config tool). It's...

Hi all!, Again me. I've written an ISR that reads Int16 elements from McBSP1 (it's configured through the GUI config tool). It's started in main(). Nothing happens. It seems the ISR is never executed. 1. Which HWI object should be configured for the ISR? (I'm using


DMA problem on 5510

Started by torgeirjakobsen in TMS320c55x22 years ago 3 replies

Hi I have an ADC connceted to one of the McBSPs on the 5510, and I use a DMA channel to transfer words (16 bit) from the data...

Hi I have an ADC connceted to one of the McBSPs on the 5510, and I use a DMA channel to transfer words (16 bit) from the data receive register to internal memory. The sample rate generator controls the frame and clock signal generation,and I use the McBSP receive sync event to


Hex500 converssion utility

Started by davidganor in TMS320c55x20 years ago 1 reply

Hi all, Background: I'm using C5510 on a custom board that include a PowerPC proccesor and a FPGA. The C5510 boots using the...

Hi all, Background: I'm using C5510 on a custom board that include a PowerPC proccesor and a FPGA. The C5510 boots using the burned bootlader and via McBSP#0 serial channel. The PPC reads the boot-table from FLASH and push it througth the FPGA, in 1024Bytes 'chunks' (FPGA


Framegraber for TI's EVM

Started by Ging_I in TMS320c55x21 years ago

Hi, I'm trying to build the video system with framegraber and TI EVM board (C55 or C62). The framegraber must be on the PC PCI...

Hi, I'm trying to build the video system with framegraber and TI EVM board (C55 or C62). The framegraber must be on the PC PCI port and interface to EVM via serial port (McBsp). The debugging of DSP will bi via ISA JTAG. The question is how to interface between fra


McBSP as an Interrupt-Driven SPI Slave

Started by cnee...@centeye.com in TMS320c55x18 years ago 2 replies

Hello! I am trying to get McBSP1 on my C5509A to behave as an interrupt-driven SPI slave device. I am experienced with this DSP (using it for...

Hello! I am trying to get McBSP1 on my C5509A to behave as an interrupt-driven SPI slave device. I am experienced with this DSP (using it for 1.5 years now), but this seemingly simple setup is stumping me. I would very much appreciate any help a DSP Related user could give me. **********Goal (For Debugging)********** - On each frame transmitted by the master (FSX low and 8-bits clocked out)...


DMA toggling mechanism

Started by Saurabh Gupta in TMS320c55x21 years ago

Hi I am using DMA with ABIS mode of McBSP of C55x to update the masking patterns in R/XCERA/B. But the thing is that inspite of...

Hi I am using DMA with ABIS mode of McBSP of C55x to update the masking patterns in R/XCERA/B. But the thing is that inspite of the fact that i have tied the sync event of DMA to ABIS sync events and enabled the element level syncronisation even then DMA is unable to load


MCBSP as SPI master problem

Started by hsu0...@yahoo.com.tw in TMS320c55x18 years ago

Hi, I have used TMS320VC5510 DSK to connect with a RF module through SPI. I encounter a problem that using scope I can see the correct timing of...

Hi, I have used TMS320VC5510 DSK to connect with a RF module through SPI. I encounter a problem that using scope I can see the correct timing of transmit data, receive data, FSX, and CLKX. But after that RRDY in SPCR10 does not pulled high. More detail, I try to write a register in RF module and read it back, checking whether it is the same. I'm sure that in scope I see the writing did hap...


problems with McBSP as master with Atmel AT45DB642D as slave

Started by mtre...@hotmail.com in TMS320c55x17 years ago 1 reply

I am trying to set up the McBSP0 as a master connected to an Atmel AT45DB642D data flash chip and I cannot get things to work. In hooking up a...

I am trying to set up the McBSP0 as a master connected to an Atmel AT45DB642D data flash chip and I cannot get things to work. In hooking up a logic analyzer I can see that I am getting a CLK and the data is transmitting on the DX line but I never read back anything. I get back nothing even when I do a simple command like reading the status register. I was wondering if anything is wrong with my...


DMA Address Assignment

Started by clarkdrti in TMS320c55x18 years ago

I have a specific question about how the DMA transfers 16 bit data to on-chip memory (DARAM). I understand the DMA and data buss uses 24bit ...

I have a specific question about how the DMA transfers 16 bit data to on-chip memory (DARAM). I understand the DMA and data buss uses 24bit addressing. So why does the initial memory address need to be left shifted by 1? From certain examples (McBSP to DARAM) that I've seen, why does the memory buffer need to twice as big. For example, if have one ele


Interrupts on TMS320VC5509 EVM

Started by gms_reddy in TMS320c55x21 years ago

Hello, I am working with G.729AB now. I am trying to implement G.729AB with MCBSP interrupts on TMS320VC5509 EVM board (spectrum...

Hello, I am working with G.729AB now. I am trying to implement G.729AB with MCBSP interrupts on TMS320VC5509 EVM board (spectrum digital). When I try to implement with interrupts, the CCS (ver. 2.1) hangs and displays a message like this: Trouble Halting Target CPU: Proce


Syncronous transmission through two McBSPs

Started by alte...@gmail.com in TMS320c55x15 years ago

Hello. I use c5502 DSP. How can I synchronize data transmitted through two McBSP ports via DMA? Data from DX0 pin should be synchronised with data...

Hello. I use c5502 DSP. How can I synchronize data transmitted through two McBSP ports via DMA? Data from DX0 pin should be synchronised with data from DX1 pin. This is needed to implement so called "Blackfin interface" between AD9957 and c5502 DSP. I tried to make Dual Serial I/Q Bit Stream Timing Diagram using ASCII symbols: TxENABLE (FSX0) _____________________________ / ...


FlashBurn for 5510 problems

Started by mtre...@hotmail.com in TMS320c55x16 years ago 2 replies

I am a newbie to the TI C55x DSP and I am trying to use the FlashBurn Porting kit to burn an AT45DB642D Atmel flash chip. I am using the DSK5510...

I am a newbie to the TI C55x DSP and I am trying to use the FlashBurn Porting kit to burn an AT45DB642D Atmel flash chip. I am using the DSK5510 example to start with that uses a different flash chip and I am having problems getting things to work. My flash chip is connected to the DSP through the McBSP so I have set the bootloader for a serial SPI EEPROM boot from McBSP0. I have modified the FB...


PORT CONNECT TROUBLE

Started by "congiu.enrico" in TMS320c55x15 years ago

hi! i'm working on C5510a dsp and i've a trouble in port connect plugin i try to connect a file (hex data) to my McBSP MMR (i/o space)...

hi! i'm working on C5510a dsp and i've a trouble in port connect plugin i try to connect a file (hex data) to my McBSP MMR (i/o space) DRR1. but the message window show me this message: Error during port connect: Error number -1502 Error address 5802 do you know what it means?


McBSP in SPI Mode for the TLV320AIC23B Codec

Started by clar...@gmail.com in TMS320c55x18 years ago 1 reply

Hi All, I'm trying to understand how the McBSP1 (AIC23 Control) is set up for SPI mode in CCS example project dsk_app2.pjt. In this...

Hi All, I'm trying to understand how the McBSP1 (AIC23 Control) is set up for SPI mode in CCS example project dsk_app2.pjt. In this 3-wire configuration the sample rate generator takes the CPU clock (200MHz) and divides it by 100 to get a master SPI clock of 2MHz. To obtain the frame-sync signal, the 2 MHz signal is divided by 20 and has pulse duration of 1 CLKX cycle.


5509A - Using CSL MMC Module for DMA Transfers

Started by smiffoz in TMS320c55x16 years ago

Hi all, I am trying to connect an SD Card to a 5509A via a McBSP configured for MMC operation using the MMC CSL. I can successfully read...

Hi all, I am trying to connect an SD Card to a 5509A via a McBSP configured for MMC operation using the MMC CSL. I can successfully read and write sectors from/to the SD Card, and retrieve the SD Card status registers, so I think my physical interface is ok. In order to increase my bandwidth, I'd like to utilise the DMA Controller to handle the transfers to/from the SD Card. Th...


using McBSP as GPIO pin on DSK5509

Started by hsu0...@yahoo.com.tw in TMS320c55x17 years ago 3 replies

Hi, I have configured McBSP1 pins DX1, DR1, FSX1, CLKX1 on DSK5509 as GPIO pins. In order to communication with external RF chip I needed...

Hi, I have configured McBSP1 pins DX1, DR1, FSX1, CLKX1 on DSK5509 as GPIO pins. In order to communication with external RF chip I needed to drive CLKX1 functioned as clock. It successfully worked by writing feild CLKXP in register PCR high and then low. However, the frequency of this clock is about 0.4MHz. Does there has any method to rise the clock frequency up to about 10MHz? I tried ch...


ABU mode in C55x?

Started by ahma...@yahoo.com in TMS320c55x16 years ago

Dear Does C55x support ABU mode like C54x? If yes what is the related document from TI? If no, how can I convert my application working on...

Dear Does C55x support ABU mode like C54x? If yes what is the related document from TI? If no, how can I convert my application working on C54x to application for C55x? What is the differencies between ABU mode and using DMA auto initialization for autobuffering of MCBSP's data? In my application I have three I/O devices which provide speech data streams for my software appli...


TMS320vc5510 dsk :MCBSP operate as slave

Started by teik...@yahoo.com in TMS320c55x17 years ago 3 replies

HI, I am Ang From Universiti Teknologi Malaysia.now i am having a problem on SPI operation for TMS320vc5510 DSK operate as slave device while my...

HI, I am Ang From Universiti Teknologi Malaysia.now i am having a problem on SPI operation for TMS320vc5510 DSK operate as slave device while my PIC18F452 operate as master. I try SPI on two microcontroller , it is working, but when i try PIC18f452 and TMS320VC5510 DSK, it doesn't work. what i want to do is: 1.PIC18f452 will send 1 byte of data to TMS320vc5510 DSK. 2.then if TMS320vc5510 ...


about the adapter between 5510 DSK and spi equipment

Started by Randy Hoo in TMS320c55x16 years ago 2 replies

I have a project that requires 5510 dsk to control a spi equipment. > From the technical guide of 5510 DSK, I know that 5510 dsk's MCBSP...

I have a project that requires 5510 dsk to control a spi equipment. > From the technical guide of 5510 DSK, I know that 5510 dsk's MCBSP has internal spi port. My question is how can I connect the DSK's 80 pin port to a specific spi euqipment? It seems that some kind of adapter is needed. Where can I find more information about such adapter? Thanks for ur help.