DSPRelated.com

IOM-2 master with the McBSP

Started by Zainul M Charbiwala in TMS320c54x21 years ago

Hi list, I'm trying to the interface a device (Inf PEB3265) using its IOM-2 port with the McBSP. Appnote 569 (for C6x)...

Hi list, I'm trying to the interface a device (Inf PEB3265) using its IOM-2 port with the McBSP. Appnote 569 (for C6x) explains how the McBSP can be used in IOM-2 slave mode. The PEB3265 can only operate in slave mode itself, which means the C5402 must be the master.


DSK C5402 Interrupt issue

Started by Georgios Chatzigeorgiou in TMS320c54x22 years ago

Hi All INT0 works fine, all other interrupts don't. I'm sure the configuration is correct (not much there to check, just IMR) ...

Hi All INT0 works fine, all other interrupts don't. I'm sure the configuration is correct (not much there to check, just IMR) Any ideas? Thanks in advance


about modifying the audio example and McBSP0

Started by sandipbiranwar in TMS320c54x19 years ago

hi all, i want to implement the acoustic echo canceller on c5402. How can i modify the audio example given in the ccs v2 setup for c54x,...

hi all, i want to implement the acoustic echo canceller on c5402. How can i modify the audio example given in the ccs v2 setup for c54x, for my acoustic echo canceller which has two inputs and two output ports?. please give me some idea. can i configure the McBSP0 port which is basically is a telephone line port, as an simple output port for speaker.


C5402 DSK CARD VECTOR TABLE

Started by Anonymous in TMS320c54x23 years ago 1 reply

I am having a problem getting my code composer accepting the vector table listed below. The code composer gives me a "cannot ...

I am having a problem getting my code composer accepting the vector table listed below. The code composer gives me a "cannot allocate .vectors in VECS (page 0) error". If I limit my vector table to the reset, NMI and software interrupts it compiles okay and the table maps t


McBSP clock generation on the C5402

Started by blindf22 in TMS320c54x21 years ago 1 reply

I want to create a continuous clock (set by the baud rate registers) and fsync from the MCBSP and im not sure what bits need to be...

I want to create a continuous clock (set by the baud rate registers) and fsync from the MCBSP and im not sure what bits need to be set in the baud rate registers to make this work. I have tried and got the fsync working but not the clock. Can anyone help? Tim King CES Co


filter and echo program

Started by cherifanissa in TMS320c54x21 years ago

Hi! Iam working with a KIT DSP (TEXAS INSTRUMENTS)on DSK C5402. I am searching an echo program done with functions "codec_read" ...

Hi! Iam working with a KIT DSP (TEXAS INSTRUMENTS)on DSK C5402. I am searching an echo program done with functions "codec_read" and "codec_write" and also a filter program (low, high and band pass filter )including in the codec program. Codec parameters used


A problem about C5409 target system and CCSV1.1

Started by abbado78 in TMS320c54x21 years ago

Hello~~ I had developed DSP application programs by using C5402 DSK test board (previous target system) and code composer...

Hello~~ I had developed DSP application programs by using C5402 DSK test board (previous target system) and code composer studio v1.1 via JTAG and XDS510 emulator. Recently, my project team has designed our own target system board including C5409 DSP chip and JTAG


Can I use the C5402 simulator in CCS2.1 to simulate DMA,McBSP and HPI?

Started by Bruce.J Sam in TMS320c54x20 years ago

     I haven't EVM and emluator because they are so expensive for a college student.I know CCS2.1 have many function to...

     I haven't EVM and emluator because they are so expensive for a college student.I know CCS2.1 have many function to program.For example, I can use the File I/O and Probe point to simulate the I/O read or write.But I use them to simulate DMA, McBSP and HPI,I failed.Perhaps my me


HPI boot for programs with DSP/BIOS

Started by narcispr in TMS320c54x20 years ago

I need to boot my C5409 EVM board in HPI mode. I read the SPRA382 (for C5402 HPI boot) and SPRA672A (for C5409 boot). Now I can boot...

I need to boot my C5409 EVM board in HPI mode. I read the SPRA382 (for C5402 HPI boot) and SPRA672A (for C5409 boot). Now I can boot a simple blinking program like the SPRA382 example but when I try to boot a large aplication that use a DSP/BIOS the boot fail! I have move the


Memory Map on C5402 DSK

Started by Anonymous in TMS320c54x23 years ago


Input/output data synchronisation (hardware)

Started by Tim Shearer in TMS320c54x23 years ago

Hi there, I hope someone can offer me a suggestion!   I'm using a 'C5402 for wireless audio transmission, which...

Hi there, I hope someone can offer me a suggestion!   I'm using a 'C5402 for wireless audio transmission, which is performing data compression and forward error correction.&nb


Re: NeverMind: RTFM!!! DSK C5402 Interrupt issue

Started by Georgios Chatzigeorgiou in TMS320c54x22 years ago

CPLD register controls INT1. ----- Original Message ----- From: Georgios Chatzigeorgiou

CPLD register controls INT1. ----- Original Message ----- From: Georgios Chatzigeorgiou


DST problem

Started by SheetalKiran Bezawada in TMS320c54x23 years ago 4 replies

To all gurus, I am working on a C5402 and using a Code Composer. My problem is regarding the usage of DST in a '.include' ASM...

To all gurus, I am working on a C5402 and using a Code Composer. My problem is regarding the usage of DST in a '.include' ASM file. I have a main asm file(say main.asm)and a called asm file(call.asm). I call this call.asm file using a '.include' directive like this.


codec example is not working properly C5402 DSK CCS1.21

Started by Itai Frenkel in TMS320c54x23 years ago

hi, I've succeeded compiling and running the codec example/ (After reading the paper "TI 5402 DSK: The Things I Learned the Hard ...

hi, I've succeeded compiling and running the codec example/ (After reading the paper "TI 5402 DSK: The Things I Learned the Hard Way" http://elismile.hypermart.net/dsk5402.html ) The led blink, but no sound is coming


Transmit clock status bit

Started by Tim Shearer in TMS320c54x23 years ago

Hi people   I'm upgrading a piece of assembler code from 'C549 to 'C5402.  Small problem with the serial...

Hi people   I'm upgrading a piece of assembler code from 'C549 to 'C5402.  Small problem with the serial port...with the straightforward serial port control registers for the


.cmd files, interpreted correctly?!!

Started by Mohamed Montasser in TMS320c54x24 years ago

hello all,   i'm using the c5402 DSK, I am using code composer studio 1.1, I suspect that i have something wrong...

hello all,   i'm using the c5402 DSK, I am using code composer studio 1.1, I suspect that i have something wrong with my .cmd files because program memory


CLKS pin and McBSP (C5402)

Started by thtraupe in TMS320c54x19 years ago 2 replies

Hi, my question is possibly a very simple one: Where does the CLKS pin get its clock from? In "Sample Rate Register 2" bit 13 i can...

Hi, my question is possibly a very simple one: Where does the CLKS pin get its clock from? In "Sample Rate Register 2" bit 13 i can choose to derive the sample rate generator clock from CPU clock or from CLKS pin. Where CLKS is an external clock. But where exactly is this external clock from? In "Reference Set Volume


c5410 bootloader

Started by tim.shearer in TMS320c54x24 years ago 1 reply

Hi People   Just wondering if anybody knows if the 'C5410 is capable of bootloading from a serial EEPROM...

Hi People   Just wondering if anybody knows if the 'C5410 is capable of bootloading from a serial EEPROM device.  I know the 'C5402 has


my linker does not work properly

Started by Roberto Espinosa in TMS320c54x21 years ago

Hi all,   I am using a C5402 and I want to execute Brint1 interrupt.  My linker generate the following code:   ...

Hi all,   I am using a C5402 and I want to execute Brint1 interrupt.  My linker generate the following code:   0x0000E0:INT3 0x0000E0:0xF273  0X00E0  0xF495 0xF495 0x0000E4:HPINT 0x0000E4:0xF273  0X00E4  0xF495 0x


Strange error in Code Composer Studio 1.1

Started by Mohamed Montasser in TMS320c54x24 years ago

hello all,   I am using the C5402 DSK with code composer studio 1.1, when i load my program i got annoying message...

hello all,   I am using the C5402 DSK with code composer studio 1.1, when i load my program i got annoying message about "data verification failure at add