Hello,
i want to transmit data to the codec of DSK6713, i have to add XINT1_HWI function to my program
and i have no idea to do this :-(
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hello,
i want to transmit data to the codec of DSK6713, i have to add XINT1_HWI function to my program
and i have no idea to do this :-(
You would need to add this to your BIOS configuration. Have you tried to do that?
Your DSP/BIOS configuration is driven by the project's .tcf file. This file can either be developed directly from a text editing tool, or you can use a graphical editor called tconf to do it. If you go to the CCS on line help and look under BIOS 5.3 documents, you will find a link to the Tconf User Guide that will explain this in detail. You can also find this doc in your BIOS docs folder. Chapter 6 of this document describes the DSP/BIOS Configuration Tool.
In the config tool's scheduling section, you will find a HWI module listed. You can right-click on this to create HWI instances and you should be able to configure the ISR that you need to associate with that HWI object.