|
Hi, I am working on a home-make VC5416 PCI interface board. Does anyone know how to creat the device driver(*.dvr file) for CCS? If someone can tell me where I can find the giude to write this kind of program will be highly appreciated. Thanks in advance. Wen-Yu |
|
|
|
Sear Wen-Yu, You do not have to create a specific driver for your home-made board. Code Composer accesses your DSP through the JTAB bus via an JTAG emulator (XDS510 for example). the questions are : Is there a JTAG connector on your home made board? If yes, How many devices are connectd to this board? If the DSP is the only one connected, you will use the driver corresponding to your emulator and the DSP (I.E C54x). Hope this helps, Regards, laurent >From: "wfeng26" <> >To: >Subject: [code-comp] how to creat the device driver for CCS >Date: Thu, 07 Nov 2002 01:29:37 -0000 > >Hi, >I am working on a home-make VC5416 PCI interface board. Does anyone >know how to creat the device driver(*.dvr file) for CCS? If someone >can tell me where I can find the giude to write this kind of program >will be highly appreciated. > >Thanks in advance. > >Wen-Yu _________________________________________________________________ MSN Search, le moteur de recherche qui pense comme vous ! http://search.msn.fr/worldwide.asp |