Am using DSK6713.... anybody knew interrupt handleling....Help me.....
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.
This is a fairly broad question, so I'll direct you to some material to read up on interrupts.
C67xx CPU and Instruction Set Guide Chapter 5 discusses the interrupt architecture
C6000 Chip Support Library API Guide Chapter 14 covers the IRQ Module which, if you are not using DSP/BIOS, can be used to configure and handle interrupts
DSP/BIOS API Reference Guide Chapter 2.12 covers the HWI Module for BIOS users
C6000 DSP/BIOS User Guide Chapter 4.2 covers hardware interrupts
If you have any specific questions about interrupt handling we can help answer those as well.
Well, I couldn't find the "Verify Answer" button for this post but it has been quite helpful to start with :)
At college i have to synchronize two DSK6713's that process an analog signal (discrete wavelet transform transmultiplexer) and the easiest way to do it is by using an external interruption.
Hopefully I'll be reporting back any progress.
I would also add the datasheet of C6713 to your reading list. There is a small section that gives a nice overview of the interrupts and the associated addresses and vector IDs. I found that to be quite useful when I first started.
Regards...