Sign in

username:

password:



Not a member?

Search c6x



Search tips

Subscribe to c6x



c6x by Keywords

AD535 | BIOS | Booting | Bootloader | C621 | C6211 | C6415 | C671 | C6711 | C6711DSK | C6713 | CCS | Chassaing | COFF | DAT | DM64 | DM642 | DMA | DSK671 | DSK6711 | EDM | EDMA | EMIF | Emulator | EVM | EVM620 | FFT | FIR | GPIO | Halting | HPI | HWI | IDK | JTAG | LDB | LDH | LDW | Linker | LMS | LOG_printf | Matlab | McBSP | MEM_alloc | MIPS | PCI | PCM3003 | Pipeline | Profiling | QDM | Reset | ROM | RTDX | Sampling | SDRAM | Stack | TEB | THS1206 | TMS320C621 | TMS320C6416 | TMS320C6711 | TMS320C6713 | UART | Vector Table | XBUS | XDS560

Discussion Groups

Discussion Groups | TMS320C6x | AD535 audio codec and (E)DMA

Technical discussions about the TI C6000 DSPs (including the c62x, c64x and c67x DSPs).

  

Post a new Thread

AD535 audio codec and (E)DMA - E Oliver - Feb 10 9:40:00 2003



Hello,

I use DSK6711 and I would like to program EDMA data transfers from/to the on
board AD535 audio codec.

I would be very grateful if someone could send me some C code example to do so.
I am aware CSS contains some of this examples, but I don’t want to use CSS.

Many Thanks

Eduard.





(You need to be a member of c6x -- send a blank email to c6x-subscribe@yahoogroups.com )

Re: AD535 audio codec and (E)DMA, Re: AD535 audio codec and (E)DMA - E Oliver - Feb 11 10:24:00 2003

Dear All,
I came across this build which is meant to use AD535 audio codec with EDMA data
transfers. Unfortunately, it doesn't seem to be working for me... If anyone
there was able to spot what is wrong, I would really appreciate you could drop
me a line.
Thanks,
Eduard
E Oliver <> wrote: Hello,

I use DSK6711 and I would like to program EDMA data transfers from/to the on
board AD535 audio codec.

I would be very grateful if someone could send me some C code example to do so.
I am aware CSS contains some of this examples, but I don’t want to use CSS.

Many Thanks

Eduard. _____________________________________ ,
Dear All,
I came across this build which is meant to use AD535 audio codec with EDMA data
transfers. Unfortunately, it doesn't seem to be working for me... If anyone
there was able to spot what is wrong, I would really appreciate you could drop
me a line.
Thanks,
Eduard
E Oliver <> wrote: Hello,

I use DSK6711 and I would like to program EDMA data transfers from/to the on
board AD535 audio codec.

I would be very grateful if someone could send me some C code example to do so.
I am aware CSS contains some of this examples, but I don’t want to use CSS.

Many Thanks

Eduard. _____________________________________


Attachment (not stored)
codec_edma.tgz
Type: application/x-gzip-compressed




(You need to be a member of c6x -- send a blank email to c6x-subscribe@yahoogroups.com )

Re: AD535 audio codec and (E)DMA - E Oliver - Feb 13 14:46:00 2003

If you are interested in using the on-board audio codec AD535 with EDMA data
transfers outside CCS, you can use the software I attached to my previous email:
http://groups.yahoo.com/group/c6x/message/1561

The reason why it didn't work is because these two lines were missing from the
target initialisation code:

#define IER_NMIE 0x00000002
#define CSR_GIE 0x00000001
/* Enable global interrupts now. */
IER |= 0x00000001 | IER_NMIE;
CSR |= CSR_GIE; Regards,

Eduard
E Oliver <> wrote:
Dear All,
I came across this build which is meant to use AD535 audio codec with EDMA data
transfers. Unfortunately, it doesn't seem to be working for me... If anyone
there was able to spot what is wrong, I would really appreciate you could drop
me a line.
Thanks,
Eduard
E Oliver <> wrote: Hello,

I use DSK6711 and I would like to program EDMA data transfers from/to the on
board AD535 audio codec.

I would be very grateful if someone could send me some C code example to do so.
I am aware CSS contains some of this examples, but I don’t want to use CSS.

Many Thanks

Eduard. _____________________________________ ,
Dear All,
I came across this build which is meant to use AD535 audio codec with EDMA data
transfers. Unfortunately, it doesn't seem to be working for me... If anyone
there was able to spot what is wrong, I would really appreciate you could drop
me a line.
Thanks,
Eduard
E Oliver <> wrote: Hello,

I use DSK6711 and I would like to program EDMA data transfers from/to the on
board AD535 audio codec.

I would be very grateful if someone could send me some C code example to do so.
I am aware CSS contains some of this examples, but I don’t want to use CSS.

Many Thanks

Eduard. _____________________________________ --------------------------------- ---------------------------------





(You need to be a member of c6x -- send a blank email to c6x-subscribe@yahoogroups.com )