Hi There I'm about to write DSP/Bios drivers. My first driver is the DMA interrupt-driven low-level streaming device driver (example comes with spra802) My second driver should be similar, but communicate not over the ad535 codec. Instead of that only write and receive data to and from the MCBSP1. Both drivers should work with EDMA. is it possible easily to bind both drivers in a project and let them communicate? I simply commented out the things necessary for ad535 and changed the names for mcbsp0 to mcbsp1. I configured the mcbsp (hopefully right). but the EDMA interrupt never occurred. best regards andi |
|
driver mcbsp0(ad535) and mcbsp1
Started by ●June 30, 2003
Reply by ●June 30, 20032003-06-30
Andi, Since it sounds like you are just getting started, I'd recommend updating to the newer DSP/BIOS device driver model (LIO has been updated and improved to IOM model). Checkout the Device Driver Developer's kit or if you are just interested in writing a driver for DSK6711 then spra850.pdf. DDK is available at: http://dspvillage.ti.com/docs/catalog/software/details.jhtml?templateIdQ54 &path=templatedata/cm/swdetail/data/perifdvr_ddk Thom -----Original Message----- From: feu_andi [mailto:] Sent: Monday, June 30, 2003 5:41 AM To: Subject: [c6x] driver mcbsp0(ad535) and mcbsp1 Hi There I'm about to write DSP/Bios drivers. My first driver is the DMA interrupt-driven low-level streaming device driver (example comes with spra802) My second driver should be similar, but communicate not over the ad535 codec. Instead of that only write and receive data to and from the MCBSP1. Both drivers should work with EDMA. is it possible easily to bind both drivers in a project and let them communicate? I simply commented out the things necessary for ad535 and changed the names for mcbsp0 to mcbsp1. I configured the mcbsp (hopefully right). but the EDMA interrupt never occurred. best regards andi _____________________________________ Note: If you do a simple "reply" with your email client, only the author of this message will receive your answer. You need to do a "reply all" if you want your answer to be distributed to the entire group. _____________________________________ About this discussion group: To Join: Send an email to To Post: Send an email to To Leave: Send an email to Archives: http://www.yahoogroups.com/group/c6x Other Groups: http://www.dsprelated.com ">http://docs.yahoo.com/info/terms/ |