|
Dear friends,
I have a program written for C6701 EVM board and would like to convert it to work on C6711 DSK. The program I have is in two portions. One portion is CCS C codes for the EVM board and the other is a host program written in Visual C++ and uses evm6x.dll to utilize the EVM board for use by end users. The DSP program (CCS) is written for older versions of CCS i.e. its project file is in *.mak. I have CCS 2.10 which comes with my C6711 DSK. I hope you could give me pointers as to how I may convert these programs successfully. More specifically: 1. What do I use to replace drv6x.lib and dev6x.lib? 2. What about pci.h that is specific to C6701 since C6701 is in PCI form while C6711 is connected via parallel port? 3. What about files like board.h, codec.h, regs.h, type.h, dma.h, mcbsp.h, intr.h etc. that are not in my CCS for C6711? 4. How much changes are required for the C codes written for CCS, to be converted from C6701 to C6711? 5. What do I replace evm6x.dll with and how much changes are necessary in the Visual C++ program to make it work with C6711 DSK? Your help is very much appreciated as I'm a newcomer to DSP. Thank you very much. Warm regards, Ruben. |